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:
arguments: '"--data-size" "1000" "--command" "SET __key__ __data__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1"'
resources:
requests:
memory: 1g
memory: 3g
tested-groups:
- string
- generic
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 0.4
name: memtier_benchmark-1Mkeys-hash-transactions-multi-exec-pipeline-20
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data size of 100 Bytes for each key, focusing on the MULTI EXEC scenario.
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data size of 100 Bytes for each key, focusing on the MULTI EXEC scenario. TODO - this descriotion needs fixing. We either need a preload command to populate 1M keys, or we need to modify this description.
tested-groups:
- transactions
- hash
Expand All @@ -19,7 +19,7 @@ dbconfig:
configuration-parameters:
save: '""'
check:
keyspacelen: 1000000
keyspacelen: 0
resources:
requests:
memory: 1g
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dbconfig:
arguments: '"--data-size" "1000" --command "LPUSH __key__ __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --test-time 60 -c 50 -t 4 --hide-histogram'
resources:
requests:
memory: 1g
memory: 6g
tested-groups:
- list
tested-commands:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dbconfig:
keyspacelen: 0
resources:
requests:
memory: 1g
memory: 3g
tested-commands:
- set
redis-topologies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dbconfig:
configuration-parameters:
save: '""'
check:
keyspacelen: 1
keyspacelen: 0
resources:
requests:
memory: 2g
Expand Down