From 1270d9c39530930b2e2b9c705b9904084d5e4a42 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 5 Jun 2024 10:29:08 +0200 Subject: [PATCH] hwbench/configs: Adding mini.conf job 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 --- configs/mini.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 configs/mini.conf diff --git a/configs/mini.conf b/configs/mini.conf new file mode 100644 index 0000000..8cda4f9 --- /dev/null +++ b/configs/mini.conf @@ -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 +