HTTPerf.js: Release 0.1.0
0.1.0
- Removing
runSync
.
- Refactoring
run
to support sending spawned process SIGINT
to capture current report from httperf and exit.
Pre 0.1
- 0.0.7
- Exporting 'Parser' via 'HTTPerf'
- 0.0.6
- Fixing a bug in calculating percentile's when using verbose mode.
- 0.0.5
- Switching
exec-sync
for execSync
to support easier compiles on Mac's.
- 0.0.4
- Fixing bug with arguments that do not have values (e.g.
--verbose
and --hog
). These should now be set like so: verbose: true
.
- 0.0.3
- Updating README
- Adding functional tests
- Removing persistant results
httperf.results
, as it's really not necessary for any real usecases.
- 0.0.2
- Changing run to runSync for future async support.
- Adding #run (async).
- 0.0.1