Skip to content

Commit

Permalink
hwbench/configs: Adding mini.conf job
Browse files Browse the repository at this point in the history
This job is very useful to make a quick test on a host.
It can be used to validate a fresh install or even during development
phases.

Signed-off-by: Erwan Velu <e.velu@criteo.com>
  • Loading branch information
ErwanAliasr1 committed Jun 5, 2024
1 parent 8f5f308 commit 1270d9c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions configs/mini.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This configuration will :
# - load all cores with a matrixprod test during 15 sec.
[global]
runtime=15
monitor=all

[full_cpu_load]
engine=stressng
engine_module=cpu
engine_module_parameter=matrixprod
hosting_cpu_cores=all
hosting_cpu_cores_scaling=none
stressor_range=auto

0 comments on commit 1270d9c

Please sign in to comment.