hey2node

0.0.2 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.20latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.20

Package Sidebar

Install

npm i hey2node

Weekly Downloads

0

Version

0.0.2

License

none

Unpacked Size

1.83 MB

Total Files

97

Last publish

Collaborators

  • alternatex