Skip to content

Releases: bytebat/beast

Release v2.1.1

15 Dec 20:53

Choose a tag to compare

  • Small update to CI chain, deployment target specified

Release v2.1.0

17 Jan 13:27

Choose a tag to compare

Features:

  • Support optional line plot for e.g. benchmarks with arguments

Release v2.0.0

27 Nov 19:38

Choose a tag to compare

New Features:

  • First Integration of 'repocheck' feature, which allows to define a commit range for a git repository and the benchmark executables which should be run

Release v1.1.0

23 Oct 16:33

Choose a tag to compare

New features:

  • Search for benchmark executables now uses regular expression instead of unix style glob pattern
  • Additional flag to list all found executables in a dryrun

Bugfixes:

  • Search pattern is now only applied to the executable name

Release v1.0.0

20 Oct 22:16

Choose a tag to compare

New features:

  • Export and plot of last benchmark run now possible
  • Extended config handling
  • Support for mongodb database inc. push / fetch of benchmark results
  • Plotting of multiple benchmark results as time series from database (via regex filter)

Bugfixes:

  • Prevent x-axis ticklabels from being cut off (activated autoscale option)

Release v0.2.0

07 Oct 13:58

Choose a tag to compare

New features:

  • User selection of time unit is now possible for plots
  • Add automatic conversion for time units from benchmark results
  • Add additional information for debian package creation

Bugfixes:

  • Remove benchmark output file after each run to avoid potential file conflicts or parsing errors due to previous runs
  • Refinement of execution error handling

Release v0.1.0

02 Oct 11:57
7a4ea55

Choose a tag to compare

First version of beast.

Features:

  • Runs a set google benchmark executables with a certain pattern
  • Combine results in a grouped bar plot