Releases: bytebat/beast
Releases · bytebat/beast
Release v2.1.1
- Small update to CI chain, deployment target specified
Release v2.1.0
Features:
- Support optional line plot for e.g. benchmarks with arguments
Release v2.0.0
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
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
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
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
First version of beast.
Features:
- Runs a set google benchmark executables with a certain pattern
- Combine results in a grouped bar plot