mcollina/autocannon

Request delay

Open

#174 创建于 2018年10月25日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)JavaScript (7,425 star) (332 fork)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?

贡献者指南