We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4dc54 commit 040c0a5Copy full SHA for 040c0a5
.github/workflows/benchmark.yml
@@ -58,7 +58,8 @@ env:
58
REQUEST_TIMEOUT: ${{ github.event.inputs.request_timeout || '60s' }}
59
CONNECTIONS: ${{ github.event.inputs.connections || '10' }}
60
MAX_CONNECTIONS: ${{ github.event.inputs.max_connections || github.event.inputs.connections || '10' }}
61
- WEB_CONCURRENCY: ${{ github.event.inputs.web_concurrency || '2' }}
+ WEB_CONCURRENCY: 4
62
+ RAILS_MAX_THREADS: 5
63
TOOLS: ${{ github.event.inputs.tools || 'fortio,vegeta,k6' }}
64
65
jobs:
0 commit comments