Skip to content
forked from rakyll/hey

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

License

Notifications You must be signed in to change notification settings

alternatex/hey2node

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.5%
  • JavaScript 2.2%
  • Makefile 0.3%