Skip to content

Commit f4e247d

Browse files
committed
fixed an issue with --key-pattern P, when it should be --key-pattern P:P when --ratio is also present
1 parent c543d36 commit f4e247d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-psetex-expire-use-case.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dbconfig:
1212
run_image: redislabs/memtier_benchmark:edge
1313
tool: memtier_benchmark
1414
arguments: '"--data-size" "10" --ratio 1:0 "--key-pattern"
15-
"P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum"
15+
"P:P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum"
1616
"1000000" "-n" "allkeys"'
1717
resources:
1818
requests:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-setex-expire-use-case.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dbconfig:
1212
run_image: redislabs/memtier_benchmark:edge
1313
tool: memtier_benchmark
1414
arguments: '"--data-size" "10" --ratio 1:0 "--key-pattern"
15-
"P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum"
15+
"P:P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum"
1616
"1000000" "-n" "allkeys"'
1717
resources:
1818
requests:

0 commit comments

Comments
 (0)