From 48d6d7b9e00fddd0786e7e888eaa940de1c7bbd6 Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Wed, 13 Sep 2023 16:17:20 +0200 Subject: [PATCH] new syntax for sysbench --- .../static-algorithm/usage_scenario.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/green-software-foundation-sci/static-algorithm/usage_scenario.yml b/green-software-foundation-sci/static-algorithm/usage_scenario.yml index 7c95f20a..4d526fea 100644 --- a/green-software-foundation-sci/static-algorithm/usage_scenario.yml +++ b/green-software-foundation-sci/static-algorithm/usage_scenario.yml @@ -21,7 +21,7 @@ flow: commands: - type: console note: Starting sysbench - command: sysbench --cpu-max-prime=25000 --threads=1 --time=3 --test=cpu run --events=0 --rate=0 --debug=off | gawk '/total number of events:/{print "GMT_SCI_R="$NF}' + command: sysbench cpu run --cpu-max-prime=25000 --threads=1 --time=3 --events=0 --rate=0 --debug=off | gawk '/total number of events:/{print "GMT_SCI_R="$NF}' shell: sh log-stdout: True log-stderr: True