mcollina/autocannon

Request delay

Open

#174 opened on 2018年10月25日

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

説明

Example:

{
  connection: 1,
  connectionRate: 1,
  duration: 2,
}

Autocannon will perform 1 req/sec for 2 seconds.

{
  connection: 1,
  connectionRate: 2,
  duration: 2,
}

Autocannon will perform 2 req/sec for 2 seconds. But the requests are fired during the very firsts milliseconds.

How can i setup autocannon for fire request every x milliseconds?

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

Request delay · mcollina/autocannon#174 | Good First Issue