An experiment in using AWS Lambda to load test web applications.
See the full explanation on our blog.
npm install
The script requires the following params:
-n
- Total request count
-c
- Concurrent request count
-u
- Target url
node bees.js -n 2000 -c 100 -u https://SomeServerYouAreAllowedToCrash.com/
Please log any bugs you experience in our issue tracker.
This project was heavily inspired by the wonderful Bees with Machine Guns!.
MIT