Skip to content

Instantly share code, notes, and snippets.

View kulkarnisourabh's full-sized avatar
🕵️‍♂️
Security and Hardening Access Policies Healthchecks

Sourabh kulkarnisourabh

🕵️‍♂️
Security and Hardening Access Policies Healthchecks
  • Malaysia
View GitHub Profile
@kulkarnisourabh
kulkarnisourabh / artillery_test.yml
Created December 4, 2017 10:46
Load test rails ActionCable websockets
config:
target: wss://test.cable.com/api/cable?token=f4adff3d1cb8fa6da3d678ba1eae330ac606
phases:
- {duration: 50, arrivalRate: 2, rampTo: 20, name: "Warming up"}
- {duration: 50, arrivalRate: 5, name: "max load 5 for 50"}
- pause: 100
- {duration: 100, arrivalRate: 1, name: "max load 1 for 100"}
- pause: 100
ws:
- {rejectUnauthorized: false}