Skip to content

Releases: ethlo/chronograph

v1.4.0

24 Mar 19:51
Compare
Choose a tag to compare

Support merging of results from multiple instances of Chronograph via public static ChronographData combine(final String name, final List<Chronograph> toCombine). Useful for multi-threaded use where each thread has its own Chronograph instance.

v1.3.0

16 Jan 14:54
Compare
Choose a tag to compare

Added support for a ScheduledTaskExecutor, a thread-driven sampler to improve sampling consistency and reduce overhead.

v1.2.0

27 Aug 13:51
323427c
Compare
Choose a tag to compare
  • Support for throughput or duration output for tasks
  • Support "benchmark mode", i.e. results are sorted best to worst.
  • More output options, like TSV support
  • Usability improvements
  • Bug-fixes

v1.1.0

22 Aug 19:20
Compare
Choose a tag to compare
  • Theme support.
  • Many more metrics. Highly optimized collection for holding for measurements for median and percentiles.
  • Much better table layout. Dynamic collapsing and sizing.

v1.0.1

16 Aug 10:41
Compare
Choose a tag to compare
  • Support for functional/lambda style timing.
  • Using ms, μs, ns for millisecond, microsecond and nanosecond, respectively.

v1.0.0

16 Aug 10:41
Compare
Choose a tag to compare

Initial release