Hacker News new | ask | show | jobs
Show HN: Pyronos – Simple and sweet load testing module in Python (github.com)
4 points by 0x01h 2357 days ago
1 comments

This looks interesting! One question:

  * I see the "-s" option allows you to specify the number of sequential requests.

  * Can you specify the number concurrent requests: ie 10 requests/sec?
Thank you for your interest!

No, you cannot send concurrent requests using -s flag. :)