0.0.2 • Published 5 years ago

hey2node v0.0.2

Weekly downloads
4
License
-
Repository
github
Last release
5 years ago

Hey + Go2Node

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

0.0.2

5 years ago

0.0.1

5 years ago