Skip to content

Commit 82e394d

Browse files
authored
fixed memory reqs, since tests could fail on Sapphire Rappids (#225)
1 parent b127fcd commit 82e394d

4 files changed

+4
-4
lines changed

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-100B-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" "100" --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: 2g
15+
memory: 4g
1616
tested-groups:
1717
- list
1818
tested-commands:

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: 8g
15+
memory: 10g
1616
tested-groups:
1717
- list
1818
tested-commands:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-100B-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: 4g
11+
memory: 8g
1212
tested-groups:
1313
- list
1414
tested-commands:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-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: 24g
11+
memory: 32g
1212
tested-groups:
1313
- list
1414
tested-commands:

0 commit comments

Comments
 (0)