Skip to content

Commit 1bde151

Browse files
authored
fix hincrby data population to correspond to the description. (#196)
1 parent a9bf759 commit 1bde151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
2424
clientconfig:
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'

0 commit comments

Comments
 (0)