Skip to content

Commit 836778a

Browse files
committed
removing comments
1 parent ff0f90c commit 836778a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmark/websocket/artillery-perf1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
config:
22
target: "ws://localhost:8080/echo"
33
phases:
4-
- duration: 15 # test for 20 seconds
5-
arrivalRate: 20 # every second, add 10 users
6-
rampTo: 500 # ramp it up to 100 users over the 20s period
4+
- duration: 15
5+
arrivalRate: 20
6+
rampTo: 500
77
name: "Ramping up the load"
88
scenarios:
99
- engine: "ws"

0 commit comments

Comments
 (0)