mirror of
https://github.com/valkey-io/valkey.git
synced 2026-05-06 05:26:42 -04:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user