Skip to content

Releases: bitfaster/benchly

v0.7.0

17 Nov 00:42
f20ff81

Choose a tag to compare

  • Update Plotly dependency to v5.0
  • Update Benchmarkdotnet dependency to v0.14.0

v0.6.1

30 Nov 03:01
628f6b6

Choose a tag to compare

  • Fixed layout for benchmarks with params and long method names
  • Fixed time units for ColumnChart - adapt based on execution time and display the correct units
  • Correctly handle ColumnChart output modes for PerMethod and PerJob when benchmark has parameters.
  • Added ability to inject {JOB} and {METHOD} into title

v0.6.0

28 Nov 03:54
7729c50

Choose a tag to compare

  • ColumnChart supports parametrized benchmarks (either 0 or 1 parameters).
  • ColumnChart supports OutputMode = [Combined, PerJob, PerMethod]
  • Added Histogram and Timeline chart types
  • Width and Height now configurable
  • Color values can be specified as Hex, e.g. #FFFFFF

v0.5.0

27 Nov 05:14
fd9d419

Choose a tag to compare

Generate box plot and bar plot, with configurable title and colors.