This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |