Skip to content

Commit c8233c2

Browse files
authored
Fix mem reqs (#213)
* fixed for memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml * remove keylen requirement from multi-exec test to prevent it from crashing. This maybe just a bandaid for now. * fixing memory requiremetns
1 parent be419d3 commit c8233c2

5 files changed

+6
-6
lines changed

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dbconfig:
1212
arguments: '"--data-size" "1000" "--command" "SET __key__ __data__" "--command-key-pattern" "P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1"'
1313
resources:
1414
requests:
15-
memory: 1g
15+
memory: 3g
1616
tested-groups:
1717
- string
1818
- generic

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-transactions-multi-exec-pipeline-20.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 0.4
22
name: memtier_benchmark-1Mkeys-hash-transactions-multi-exec-pipeline-20
3-
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.
3+
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.
44
tested-groups:
55
- transactions
66
- hash
@@ -19,7 +19,7 @@ dbconfig:
1919
configuration-parameters:
2020
save: '""'
2121
check:
22-
keyspacelen: 1000000
22+
keyspacelen: 0
2323
resources:
2424
requests:
2525
memory: 1g

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-1KiB-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dbconfig:
1212
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'
1313
resources:
1414
requests:
15-
memory: 1g
15+
memory: 6g
1616
tested-groups:
1717
- list
1818
tested-commands:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-1KiB-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dbconfig:
88
keyspacelen: 0
99
resources:
1010
requests:
11-
memory: 1g
11+
memory: 3g
1212
tested-commands:
1313
- set
1414
redis-topologies:

redis_benchmarks_specification/test-suites/memtier_benchmark-1key-pfadd-4KB-values-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dbconfig:
55
configuration-parameters:
66
save: '""'
77
check:
8-
keyspacelen: 1
8+
keyspacelen: 0
99
resources:
1010
requests:
1111
memory: 2g

0 commit comments

Comments
 (0)