Skip to content

Commit fe84f1e

Browse files
committed
Try full Pro benchmark
1 parent 1d2cec0 commit fe84f1e

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
@@ -70,17 +70,16 @@ env:
7070
RUN_CORE: ${{ (github.event.inputs.app_version || 'both') != 'pro_only' && 'true' || '' }}
7171
RUN_PRO: ${{ (github.event.inputs.app_version || 'both') != 'core_only' && 'true' || '' }}
7272
# Benchmark parameters (defaults in bench.rb unless overridden here for CI)
73-
# FIXME: default ROUTES, TOOLS and DURATION are set to speed up tests, remove before merging
74-
ROUTES: ${{ github.event.inputs.routes || '/' }}
73+
ROUTES: ${{ github.event.inputs.routes }}
7574
RATE: ${{ github.event.inputs.rate || 'max' }}
76-
DURATION: ${{ github.event.inputs.duration || '5s' }}
75+
DURATION: ${{ github.event.inputs.duration }}
7776
REQUEST_TIMEOUT: ${{ github.event.inputs.request_timeout }}
7877
CONNECTIONS: ${{ github.event.inputs.connections }}
7978
MAX_CONNECTIONS: ${{ github.event.inputs.connections }}
8079
WEB_CONCURRENCY: ${{ github.event.inputs.web_concurrency || 4 }}
8180
RAILS_MAX_THREADS: ${{ github.event.inputs.rails_threads || 3 }}
8281
RAILS_MIN_THREADS: ${{ github.event.inputs.rails_threads || 3 }}
83-
TOOLS: ${{ github.event.inputs.tools || 'fortio' }}
82+
TOOLS: ${{ github.event.inputs.tools }}
8483

8584
jobs:
8685
benchmark:

0 commit comments

Comments
 (0)