// 300초 동안 1초에 10명의 새로운 virtual user가 생성됨
phases:
  - duration: 300
    arrivalRate: 10
    name: Warm up phase

Testing Socket.IO

scenarios:
  - name: My Socket.IO test
    engine: socketio # Enable the Socket.IO engine
    flow:
      - emit:
          channel: "echo"
          data: "Hello world!"

Scenario actions and configuration