mirror of
https://github.com/schoebel/mars
synced 2024-12-28 09:32:25 +00:00
test_suite: add two hosts to performance table
This commit is contained in:
parent
3e957cadcf
commit
fd86b27361
@ -83,17 +83,26 @@ perftest_required_result_list=(\
|
||||
["istore-test-bs7","write_while_fetch",0,"loops_per_min",1,"10"]=16,10 \
|
||||
["istore-test-bs7","write_while_fetch_and_replay",0,"loops_per_min",1,"5"]=15,10 \
|
||||
|
||||
["ovzd-test-bs1","write_while_replay",0,"loops_per_min",1,"10"]=16,10 \
|
||||
["ovzd-test-bs1","write_while_fetch",0,"loops_per_min",1,"10"]=16,10 \
|
||||
["ovzd-test-bs1","write_while_fetch_and_replay",0,"loops_per_min",1,"5"]=15,10 \
|
||||
|
||||
["HOST","ACTION","PARALLEL_WRITER","RESULT_TYPE","NO_RESOURCES","DURATION_OF_WRITE:DEVICE_SIZE:PART_OF_DEVICE_SIZE_WRITTEN_PER_LOOP"]=-1 \
|
||||
|
||||
["istore-test-bs7","write",0,"loops_per_min",1,"30:2:4"]=24,10 \
|
||||
|
||||
["ovzd-test-bs1","write",0,"loops_per_min",1,"30:2:4"]=24,10 \
|
||||
|
||||
["HOST","ACTION","PARALLEL_WRITER","RESULT_TYPE","NO_RESOURCES","DURATION_OF_WRITE:DEVICE_SIZE:PART_OF_DEVICE_SIZE_WRITTEN_PER_LOOP:DIVISION_OF_DATA_AND_MARS_DEVICES"]=-1 \
|
||||
|
||||
["istore-test-bap7","write",0,"loops_per_min",1,"60:2:8:same_controller"]=28,10 \
|
||||
["istore-test-bap7","write",0,"loops_per_min",1,"60:2:8:separated_and_mars_dev_with_bbu_cache"]=22,10 \
|
||||
["istore-test-bap7","write",0,"loops_per_min",1,"60:2:8:separated_and_mars_dev_without_bbu_cache"]=10,10 \
|
||||
|
||||
["ovzd-test-bap1","write",0,"loops_per_min",1,"60:2:8:same_controller"]=28,10 \
|
||||
["ovzd-test-bap1","write",0,"loops_per_min",1,"60:2:8:separated_and_mars_dev_with_bbu_cache"]=22,10 \
|
||||
["ovzd-test-bap1","write",0,"loops_per_min",1,"60:2:8:separated_and_mars_dev_without_bbu_cache"]=10,10 \
|
||||
|
||||
|
||||
["HOST","ACTION","PARALLEL_WRITER","RESULT_TYPE","NO_RESOURCES","NO_PATCHES:PATCH_LENGTH:SYNC_MODE"]=-1 \
|
||||
|
||||
@ -129,6 +138,39 @@ perftest_required_result_list=(\
|
||||
["istore-test-bs7","write_while_sync",0,"loops_per_min",1,"4:500000:no_fast_sync"]=10,10 \
|
||||
["istore-test-bap7","sync",1,"time",1,"2:1000000:no_fast_sync"]=78,10 \
|
||||
["istore-test-bs7","write_while_sync",0,"loops_per_min",1,"2:1000000:no_fast_sync"]=10,10 \
|
||||
|
||||
["ovzd-test-bap1","sync",0,"time",1,"10:1:rsync"]=42,10 \
|
||||
["ovzd-test-bap1","sync",0,"time",1,"10:50000:rsync"]=43,10 \
|
||||
["ovzd-test-bap1","sync",0,"time",1,"4:500000:rsync"]=45,10 \
|
||||
["ovzd-test-bap1","sync",0,"time",1,"2:1000000:rsync"]=49,10 \
|
||||
|
||||
["ovzd-test-bap1","sync",0,"time",1,"10:1:fast_sync"]=10,10 \
|
||||
["ovzd-test-bap1","sync",0,"time",1,"10:50000:fast_sync"]=10,10 \
|
||||
["ovzd-test-bap1","sync",0,"time",1,"4:500000:fast_sync"]=13,10 \
|
||||
["ovzd-test-bap1","sync",0,"time",1,"2:1000000:fast_sync"]=18,10 \
|
||||
|
||||
["ovzd-test-bap1","sync",1,"time",1,"10:1:fast_sync"]=33,10 \
|
||||
["ovzd-test-bs1","write_while_sync",0,"loops_per_min",1,"10:1:fast_sync"]=11,10 \
|
||||
["ovzd-test-bap1","sync",1,"time",1,"10:50000:fast_sync"]=83,10 \
|
||||
["ovzd-test-bs1","write_while_sync",0,"loops_per_min",1,"10:50000:fast_sync"]=12,10 \
|
||||
["ovzd-test-bap1","sync",1,"time",1,"4:500000:fast_sync"]=60,10 \
|
||||
["ovzd-test-bs1","write_while_sync",0,"loops_per_min",1,"4:500000:fast_sync"]=10,10 \
|
||||
["ovzd-test-bap1","sync",1,"time",1,"2:1000000:fast_sync"]=56,10 \
|
||||
["ovzd-test-bs1","write_while_sync",0,"loops_per_min",1,"2:1000000:fast_sync"]=10,10 \
|
||||
|
||||
["ovzd-test-bap1","sync",0,"time",1,"10:1:no_fast_sync"]=26,10 \
|
||||
["ovzd-test-bap1","sync",0,"time",1,"10:50000:no_fast_sync"]=40,10 \
|
||||
["ovzd-test-bap1","sync",0,"time",1,"4:500000:no_fast_sync"]=82,10 \
|
||||
["ovzd-test-bap1","sync",0,"time",1,"2:1000000:no_fast_sync"]=31,10 \
|
||||
|
||||
["ovzd-test-bap1","sync",1,"time",1,"10:1:no_fast_sync"]=31,10 \
|
||||
["ovzd-test-bs1","write_while_sync",0,"loops_per_min",1,"10:1:no_fast_sync"]=10,10 \
|
||||
["ovzd-test-bap1","sync",1,"time",1,"10:50000:no_fast_sync"]=69,10 \
|
||||
["ovzd-test-bs1","write_while_sync",0,"loops_per_min",1,"10:50000:no_fast_sync"]=10,10 \
|
||||
["ovzd-test-bap1","sync",1,"time",1,"4:500000:no_fast_sync"]=71,10 \
|
||||
["ovzd-test-bs1","write_while_sync",0,"loops_per_min",1,"4:500000:no_fast_sync"]=10,10 \
|
||||
["ovzd-test-bap1","sync",1,"time",1,"2:1000000:no_fast_sync"]=78,10 \
|
||||
["ovzd-test-bs1","write_while_sync",0,"loops_per_min",1,"2:1000000:no_fast_sync"]=10,10 \
|
||||
)
|
||||
|
||||
## flag to check net throughput while waiting for fetch or sync to stop
|
||||
|
Loading…
Reference in New Issue
Block a user