mcollina/autocannon

Request delay

オープン

#174 opened on 2018/10/25

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (332 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (7,425 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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?

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