Skip to content

Commit

Permalink
new syntax for sysbench
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Sep 13, 2023
1 parent 34799ec commit 48d6d7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48d6d7b

Please sign in to comment.