File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 rate :
1313 description : ' Requests per second (use "max" for maximum throughput)'
1414 required : false
15- default : ' 50 '
15+ default : ' max '
1616 type : string
1717 duration_sec :
1818 description : ' Duration in seconds'
1919 required : false
20- default : 10
20+ default : 30
2121 type : number
2222 request_timeout :
2323 description : ' Request timeout (e.g., "60s", "1m", "90s")'
4444 K6_VERSION : " 1.3.0"
4545 VEGETA_VERSION : " 12.13.0"
4646 # Benchmark parameters
47- RATE : ${{ github.event.inputs.rate || '50 ' }}
48- DURATION_SEC : ${{ github.event.inputs.duration_sec || '10' }}
47+ RATE : ${{ github.event.inputs.rate || 'max ' }}
48+ DURATION_SEC : ${{ github.event.inputs.duration_sec || 30 }}
4949 REQUEST_TIMEOUT : ${{ github.event.inputs.request_timeout || '60s' }}
5050 VUS : ${{ github.event.inputs.vus || '100' }}
5151 TOOLS : ${{ github.event.inputs.tools || 'fortio,vegeta,k6' }}
You can’t perform that action at this time.
0 commit comments