alternatex / hey2node

Node wrapper / extension to Hey making it report response stats during execution using the Node IPC protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node wrapper / extension to Hey making it report response stats during execution using the Node IPC protocol.

Installation

npm install hey2node

Note: Requires go 1.7 or greater.

Usage

require('hey2node')(
  ['-n', 5, '-c', 1, 'https://www.github.com/alternatex/hey2node'],
  (msg) => console.log(msg),
  (code) => console.log(code)
);

Test

make test

Credits

About

Node wrapper / extension to Hey making it report response stats during execution using the Node IPC protocol.

License:Apache License 2.0


Languages

Language:Go 97.5%Language:JavaScript 2.2%Language:Makefile 0.3%