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 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
8584jobs :
8685 benchmark :
You can’t perform that action at this time.
0 commit comments