Skip to content

Commit 30ba22f

Browse files
authored
fixed an issue with --key-pattern (redis#318)
* fixed an issue with --key-pattern P, when it should be --key-pattern P:P when --ratio is also present * fixing issue with using --key-pattern when we should be using --command-key-pattern * fixing --key-pattern vs. --command-key-pattern issue in memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire
1 parent 0bc3a2d commit 30ba22f

4 files changed

+4
-4
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:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ clientconfig:
3636
run_image: redislabs/memtier_benchmark:edge
3737
tool: memtier_benchmark
3838
arguments: '"--data-size" "100" --distinct-client-seed --command "SET __key__ __data__
39-
EX 10" --command "GET __key__" --key-pattern R:R --key-minimum=1 --key-maximum
39+
EX 10" --command "GET __key__" --command-key-pattern R --key-minimum=1 --key-maximum
4040
1000000 --test-time 180 -c 25 -t 4 --hide-histogram --pipeline 10'
4141
resources:
4242
requests:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ clientconfig:
3636
run_image: redislabs/memtier_benchmark:edge
3737
tool: memtier_benchmark
3838
arguments: '"--data-size" "100" --distinct-client-seed --command "SET __key__ __data__
39-
EX 10" --command "GET __key__" --key-pattern R:R --key-minimum=1 --key-maximum
39+
EX 10" --command "GET __key__" --command-key-pattern R --key-minimum=1 --key-maximum
4040
1000000 --test-time 180 -c 25 -t 4 --hide-histogram'
4141
resources:
4242
requests:

0 commit comments

Comments
 (0)