Update automated benchmarking configs (#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>
This commit is contained in:
Roshan Khatri
2025-09-18 10:42:13 -07:00
committed by GitHub
parent f6a0f8cfc0
commit e53d7de40e
2 changed files with 6 additions and 7 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
[
{
"requests": [1000000000],
"requests": [100000000],
"keyspacelen": [10000000],
"data_sizes": [16],
"pipelines": [10],
@@ -13,12 +13,12 @@
],
"cluster_mode": false,
"tls_mode": false,
"warmup": 180,
"warmup": 120,
"server_cpu_range": "0",
"client_cpu_range": "55,95"
},
{
"requests": [1000000000],
"requests": [100000000],
"keyspacelen": [10000000],
"data_sizes": [16],
"pipelines": [10],
@@ -29,12 +29,12 @@
],
"cluster_mode": true,
"tls_mode": false,
"warmup": 180,
"warmup": 120,
"server_cpu_range": "0",
"client_cpu_range": "55,95"
},
{
"requests": [1000000000],
"requests": [100000000],
"keyspacelen": [3000000],
"data_sizes": [512],
"pipelines": [10],
@@ -45,7 +45,7 @@
],
"cluster_mode": false,
"tls_mode": false,
"warmup": 300,
"warmup": 180,
"io-threads": 8,
"server_cpu_range": "0-7",
"client_cpu_range": "55,95"
-1
View File
@@ -53,7 +53,6 @@ jobs:
pip install -r requirements.txt
- name: Run benchmarks
timeout-minutes: 60
working-directory: valkey-perf-benchmark
run: |
CONFIG_FILE="../valkey/.github/benchmark_configs/pr_benchmark.json"