Skip to content

Commit ed07f7b

Browse files
author
Martin Dimitrov
committed
removed the -n parameter, since it was incompatible with --test-time and was causing the benchmark to fail
1 parent 6f93554 commit ed07f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build-variants:
1717
clientconfig:
1818
run_image: redislabs/memtier_benchmark:edge
1919
tool: memtier_benchmark
20-
arguments: '"--pipeline" "10" "--data-size" "100" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" "--command-key-pattern" "P" --key-minimum=1 --key-maximum 10000000 -n 50000 -c 50 -t 4 --hide-histogram --test-time 180'
20+
arguments: '"--pipeline" "10" "--data-size" "100" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" "--command-key-pattern" "P" --key-minimum=1 --key-maximum 10000000 -c 50 -t 4 --hide-histogram --test-time 180'
2121
resources:
2222
requests:
2323
cpus: "4"

0 commit comments

Comments
 (0)