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:
9
9
preload_tool :
10
10
run_image : redislabs/memtier_benchmark:edge
11
11
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'
13
13
resources :
14
14
requests :
15
15
memory : 1g
@@ -24,7 +24,7 @@ build-variants:
24
24
clientconfig :
25
25
run_image : redislabs/memtier_benchmark:edge
26
26
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
28
28
resources :
29
29
requests :
30
30
cpus : ' 4'
You can’t perform that action at this time.
0 commit comments