File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
redis_benchmarks_specification/test-suites Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dbconfig:
99 preload_tool :
1010 run_image : redislabs/memtier_benchmark:edge
1111 tool : memtier_benchmark
12- arguments : ' --key-prefix " " --command "HSET __key__ field1 __key__ " --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -n 5000 -c 50 -t 4 --hide-histogram'
12+ arguments : ' "--data-size" "1000 " --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__ " --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -n 5000 -c 50 -t 4 --hide-histogram'
1313 resources :
1414 requests :
1515 memory : 1g
@@ -24,7 +24,7 @@ build-variants:
2424clientconfig :
2525 run_image : redislabs/memtier_benchmark:edge
2626 tool : memtier_benchmark
27- arguments : --test-time 180 "--data-size" "1000" --command "HINCRBY __key__ field1 1.0" --command-key-pattern="R" --key-minimum=1 --key-maximum 1000000 -c 50 -t 4 --hide-histogram
27+ arguments : --test-time 180 --command "HINCRBY __key__ field1 1.0" --command-key-pattern="R" --key-minimum=1 --key-maximum 1000000 -c 50 -t 4 --hide-histogram
2828 resources :
2929 requests :
3030 cpus : ' 4'
You can’t perform that action at this time.
0 commit comments