Skip to content

Commit 216afd5

Browse files
committed
Update defaults for now
1 parent 0388bd6 commit 216afd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212
rate:
1313
description: 'Requests per second (use "max" for maximum throughput)'
1414
required: false
15-
default: '50'
15+
default: 'max'
1616
type: string
1717
duration_sec:
1818
description: 'Duration in seconds'
1919
required: false
20-
default: 10
20+
default: 30
2121
type: number
2222
request_timeout:
2323
description: 'Request timeout (e.g., "60s", "1m", "90s")'
@@ -44,8 +44,8 @@ env:
4444
K6_VERSION: "1.3.0"
4545
VEGETA_VERSION: "12.13.0"
4646
# Benchmark parameters
47-
RATE: ${{ github.event.inputs.rate || '50' }}
48-
DURATION_SEC: ${{ github.event.inputs.duration_sec || '10' }}
47+
RATE: ${{ github.event.inputs.rate || 'max' }}
48+
DURATION_SEC: ${{ github.event.inputs.duration_sec || 30 }}
4949
REQUEST_TIMEOUT: ${{ github.event.inputs.request_timeout || '60s' }}
5050
VUS: ${{ github.event.inputs.vus || '100' }}
5151
TOOLS: ${{ github.event.inputs.tools || 'fortio,vegeta,k6' }}

0 commit comments

Comments
 (0)