Skip to content

Commit

Permalink
lib/tests/phoronix-test-suite.sh: fix test iozone
Browse files Browse the repository at this point in the history
test 2G instead of 8G

Signed-off-by: Chen Rong <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
xilabao authored and rli9 committed Nov 17, 2017
1 parent 26b4a32 commit 566abbf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/tests/phoronix-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ run_test()
# todo: select different test according to testbox's hardware
test_opt="\n1\n2\n3\nn"
;;
iozone-1.9.0)
# Choose
# 1: 1MB
# 2: 2GB
# 3: Test All Options
test_opt="\n3\n2\n3\nn"
;;
nginx-1.1.0)
fixup_nginx
;;
Expand Down

0 comments on commit 566abbf

Please sign in to comment.