File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
9089jobs :
9190 benchmark :
You can’t perform that action at this time.
0 commit comments