Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dbconfig:
run_image: redislabs/memtier_benchmark:edge
tool: memtier_benchmark
arguments: '"--data-size" "10" --ratio 1:0 "--key-pattern"
"P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum"
"P:P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum"
"1000000" "-n" "allkeys"'
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dbconfig:
run_image: redislabs/memtier_benchmark:edge
tool: memtier_benchmark
arguments: '"--data-size" "10" --ratio 1:0 "--key-pattern"
"P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum"
"P:P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum"
"1000000" "-n" "allkeys"'
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ clientconfig:
run_image: redislabs/memtier_benchmark:edge
tool: memtier_benchmark
arguments: '"--data-size" "100" --distinct-client-seed --command "SET __key__ __data__
EX 10" --command "GET __key__" --key-pattern R:R --key-minimum=1 --key-maximum
EX 10" --command "GET __key__" --command-key-pattern R --key-minimum=1 --key-maximum
1000000 --test-time 180 -c 25 -t 4 --hide-histogram --pipeline 10'
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ clientconfig:
run_image: redislabs/memtier_benchmark:edge
tool: memtier_benchmark
arguments: '"--data-size" "100" --distinct-client-seed --command "SET __key__ __data__
EX 10" --command "GET __key__" --key-pattern R:R --key-minimum=1 --key-maximum
EX 10" --command "GET __key__" --command-key-pattern R --key-minimum=1 --key-maximum
1000000 --test-time 180 -c 25 -t 4 --hide-histogram'
resources:
requests:
Expand Down
Loading