Skip to content

Commit 8f18ead

Browse files
committed
Try full Pro benchmark
1 parent b7f635b commit 8f18ead

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,16 @@ env:
7575
RUN_CORE: ${{ (github.event.inputs.app_version || 'both') != 'pro_only' && 'true' || '' }}
7676
RUN_PRO: ${{ (github.event.inputs.app_version || 'both') != 'core_only' && 'true' || '' }}
7777
# Benchmark parameters (defaults in bench.rb unless overridden here for CI)
78-
# FIXME: default ROUTES, TOOLS and DURATION are set to speed up tests, remove before merging
79-
ROUTES: ${{ github.event.inputs.routes || '/' }}
78+
ROUTES: ${{ github.event.inputs.routes }}
8079
RATE: ${{ github.event.inputs.rate || 'max' }}
81-
DURATION: ${{ github.event.inputs.duration || '5s' }}
80+
DURATION: ${{ github.event.inputs.duration }}
8281
REQUEST_TIMEOUT: ${{ github.event.inputs.request_timeout }}
8382
CONNECTIONS: ${{ github.event.inputs.connections }}
8483
MAX_CONNECTIONS: ${{ github.event.inputs.connections }}
8584
WEB_CONCURRENCY: ${{ github.event.inputs.web_concurrency || 4 }}
8685
RAILS_MAX_THREADS: ${{ github.event.inputs.rails_threads || 3 }}
8786
RAILS_MIN_THREADS: ${{ github.event.inputs.rails_threads || 3 }}
88-
TOOLS: ${{ github.event.inputs.tools || 'fortio' }}
87+
TOOLS: ${{ github.event.inputs.tools }}
8988

9089
jobs:
9190
benchmark:

0 commit comments

Comments
 (0)