mcollina/autocannon

Add support for dithering and fixed wait times between requests

Open

#201 opened on 2019年5月16日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)JavaScript (7,425 stars) (332 forks)batch import
enhancementgood first issue

説明

This would need to be specified as a range for dithering effects and a fixed number for fixed waits.

Dithering would mean waiting a random amount time within the range specified to make the next request.

Fixed waits is waiting a fixed amount time between requests.

The use case is to add "down" times between requests. This is useful to generate more "real-world" like usage.

コントリビューターガイド