autocannon

fast HTTP/1.1 benchmarking tool written in Node.js

MIT License

Downloads
466.3K
Stars
7.5K
Committers
75

Bot releases are hidden (Show)

autocannon - v0.14.1

Published by GlenTiki about 8 years ago

  • fix typo in readme (#90) by @thekemkid
autocannon - v0.14.0

Published by mcollina about 8 years ago

  • Bump max throughput to 100 Gb/s #86 by @bzoz
  • -n nows does not render the result table #85 by @thekemkid
autocannon - v0.13.3

Published by mcollina about 8 years ago

  • Correctly handle the duration argument if it is not a number or a string #83 by @mcollina
autocannon - v0.13.2

Published by GlenTiki about 8 years ago

  • Improved color printing functionality to a tty stream when piping (#80) by @thekemkid
autocannon - v0.12.1

Published by GlenTiki about 8 years ago

  • Added a track sample (#74) by @thekemkid
autocannon - v0.13.0

Published by GlenTiki about 8 years ago

  • Added ability to force reconnections (#75) by @thekemkid
  • Print out ndjson instead of prettyfied json by @thekemkid
autocannon - v0.12.0

Published by GlenTiki about 8 years ago

  • Added Total Requests Sent to the requests object in results (#72) by @thekemkid
autocannon - v0.11.4

Published by mcollina over 8 years ago

  • Support passing a URL without http at the front #69 by @thekemkid
autocannon - v0.11.3

Published by mcollina over 8 years ago

  • Correctly count the status code not ending in 00.
autocannon - v0.11.2

Published by mcollina over 8 years ago

  • Fixed crash when piping stderr #61 by @mcollina
autocannon - v0.11.1

Published by GlenTiki over 8 years ago

  • Graceful redirection of progress bar (#57) by @thekemkid
autocannon - v0.11.0

Published by GlenTiki over 8 years ago

  • Added rate limiting options (#54) by @thekemkid
autocannon - v0.10.0

Published by GlenTiki over 8 years ago

  • Allow users to enter Timestrings for duration (#53) by @thekemkid
  • Allow specification of max requests to make per run (#51) by @thekemkid
  • kOnHeaders bugfix (#49) by @davidmarkclements
  • Add all status code counts to result output (#47) by @thekemkid
  • Pass headers and body of replies through client events (#45) by @thekemkid
autocannon - v0.9.2

Published by mcollina over 8 years ago

  • Support title and timings #44 by @thekemkid
autocannon - v0.9.1

Published by mcollina over 8 years ago

  • Use port 443 as defaults for https #41
  • forward errors to connError  event #41
autocannon - v0.9.0

Published by mcollina over 8 years ago

  • Support setting multiple request in the API #36 by @thekemkid
autocannon - v0.8.0

Published by mcollina over 8 years ago

  • HTTPS support #30 by @thekemkid
  • Timeout if request is taking too much time #29 #31 by @thekemkid
autocannon - v0.7.2

Published by mcollina over 8 years ago

  • Fixed support for -l, -n switches #26 by @thekemkid @mcollina
  • Added -v switch #25 by @mcollina
autocannon - v0.7.0

Published by mcollina over 8 years ago

  • Added a bailout option to stop the load test in case of errors #24 by @thekemkid
  • Support customizing the request before the first go #22 by @thekemkid
autocannon - v0.6.0

Published by mcollina over 8 years ago

  • Support setBody() setHeaders() and setHeadersAndBody() #14 by @thekemkid
  • Support rendering the progress bar and all the CLI output programmatically #13 by @thekemkid
  • Correctly track stddev when pipelining is used #17 by @thekemkid
  • Better documentation and validations #19 by @thekemkid