We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837b8fa commit 2b891cdCopy full SHA for 2b891cd
1 file changed
.github/workflows/run_notify_load.yml
@@ -8,17 +8,17 @@ on:
8
required: true
9
default: 'ref'
10
arrivalRate:
11
- description: 'The number of new users to add every second'
+ description: 'How many requests to send per second'
12
13
- default: '275'
+ default: '100'
14
duration:
15
- description: 'The duration of the main test'
+ description: 'The duration of the test'
16
17
default: '900'
18
maxVusers:
19
- description: 'Maximum number of vusers to create'
+ description: 'Maximum number of virtual users to create'
20
21
- default: '1000'
22
23
jobs:
24
run_artillery:
0 commit comments