Skip to content

Commit e53d7de

Browse files
authored
Update automated benchmarking configs (valkey-io#2625)
reduce the req and warmup time to finish in 6 hrs as the github workflow times out after 6 hrs --------- Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
1 parent f6a0f8c commit e53d7de

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/benchmark_configs/pr_benchmark.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"requests": [1000000000],
3+
"requests": [100000000],
44
"keyspacelen": [10000000],
55
"data_sizes": [16],
66
"pipelines": [10],
@@ -13,12 +13,12 @@
1313
],
1414
"cluster_mode": false,
1515
"tls_mode": false,
16-
"warmup": 180,
16+
"warmup": 120,
1717
"server_cpu_range": "0",
1818
"client_cpu_range": "55,95"
1919
},
2020
{
21-
"requests": [1000000000],
21+
"requests": [100000000],
2222
"keyspacelen": [10000000],
2323
"data_sizes": [16],
2424
"pipelines": [10],
@@ -29,12 +29,12 @@
2929
],
3030
"cluster_mode": true,
3131
"tls_mode": false,
32-
"warmup": 180,
32+
"warmup": 120,
3333
"server_cpu_range": "0",
3434
"client_cpu_range": "55,95"
3535
},
3636
{
37-
"requests": [1000000000],
37+
"requests": [100000000],
3838
"keyspacelen": [3000000],
3939
"data_sizes": [512],
4040
"pipelines": [10],
@@ -45,7 +45,7 @@
4545
],
4646
"cluster_mode": false,
4747
"tls_mode": false,
48-
"warmup": 300,
48+
"warmup": 180,
4949
"io-threads": 8,
5050
"server_cpu_range": "0-7",
5151
"client_cpu_range": "55,95"

.github/workflows/benchmark-on-label.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
pip install -r requirements.txt
5454
5555
- name: Run benchmarks
56-
timeout-minutes: 60
5756
working-directory: valkey-perf-benchmark
5857
run: |
5958
CONFIG_FILE="../valkey/.github/benchmark_configs/pr_benchmark.json"

0 commit comments

Comments
 (0)