Bombardier Versions Save

Fast cross-platform HTTP benchmarking tool written in Go

v1.0.3

7 years ago

Changes

  • fixed bug with fields alignment that led to crashes on ARM and x86-32.

v1.0.2

7 years ago

Changes

  • fixed rounding errors that led to a minor loss of precision in stats.

v1.0.1

7 years ago

Changes

  • URLs without scheme now assumed to have http scheme;
  • --version now outputs more useful information.

v1.0

7 years ago

Changes

  • Support for client certificates and insecure mode (contributed by @husobee);
  • Short and long variants of flags. Also, more flags have short equivalents(e.g. body, latencies, timeout);
  • Errors now listed by frequency;
  • Godoc, more tests and benchmarks.

As a sidenote, performance improved a bit(thanks to go1.8). On my machine I see ~10% performance improvement, compared to go1.7. Memory consumption reduced tremendously on Windows, because of golang/go#16988. Now 10x less memory used for some high-throughput workloads.

v0.5

7 years ago

This release adds cancellation(via CTRL+C).

v0.4

7 years ago

Improved performance and detailed error statistics.

v0.3

7 years ago

This release features various minor fixes and adds tests.

v0.2

7 years ago

This release brings two new features: timed test mode and ability to supply request's method and body. Oh, and also I now use latest and greatest go1.7beta2, so there is a nice performance improvement. Enjoy.

v0.1

7 years ago

This is a first release of bombardier. You are encouraged to download binaries and test the tool for yourself. This release is for test purposes only, because(as of now) bombardier may not be ready for production(or any) use at all.