diff options
author | Burt P <pburt0@gmail.com> | 2019-08-13 15:02:40 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-08-14 20:02:42 -0700 |
commit | c7f5950f47f17e636da0cb5fd20e497ae9bda740 (patch) | |
tree | eb190971c7469fc48ace6e9d0071f18c412b88f3 /test/just_bench.sh | |
parent | 9059d39e8ca120809b590b7f81659eb08fa99fe3 (diff) |
benches: fewer, perhaps the more meaningful, sysbenches to reduce clutter
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'test/just_bench.sh')
-rw-r--r-- | test/just_bench.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/just_bench.sh b/test/just_bench.sh index 20d6c01b..dd1d61c8 100644 --- a/test/just_bench.sh +++ b/test/just_bench.sh @@ -26,10 +26,10 @@ do_hi_bench() { if [ ! -z `which sysbench` ]; then do_hi_bench "SysBench CPU (Single-thread)" do_hi_bench "SysBench CPU (Multi-thread)" - do_hi_bench "SysBench CPU (Four threads)" - do_hi_bench "SysBench Memory (Single-thread)" - do_hi_bench "SysBench Memory (Two threads)" - do_hi_bench "SysBench Memory (Four threads)" + #do_hi_bench "SysBench CPU (Four threads)" + #do_hi_bench "SysBench Memory (Single-thread)" + #do_hi_bench "SysBench Memory (Two threads)" + do_hi_bench "SysBench Memory" fi do_hi_bench "CPU Blowfish (Single-thread)" |