Skip to content

Commit

Permalink
Merge 2fd7094 into 0261693
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Feb 10, 2019
2 parents 0261693 + 2fd7094 commit f96ac3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
* New `Formatter.output/1` function that takes a suite and uses all configured formatters to output their results
* Add the concept of a benchmarking title that formatters can pick up
* the displayed percentiles can now be adjusted
* inputs option can now be an ordered list of tuples, this way you can determine their order
* support FreeBSD properly (system metrics) - thanks @[kimshrier](/kimshrier)

### Bugfixes (User Facing)
* Remove extra double quotes in operating system report line - thanks @[kimshrier](/kimshrier)

### Breaking Changes (Plugins)
* all reported times are now in nanoseconds instead of microseconds
Expand All @@ -19,6 +24,8 @@

### Features (Plugins)
* An optional title is now available in the suite for you to display
* Scenarios are now sorted already sorted (first by run time, then memory usage) - no need to sort them yourself!
* Add `Scenario.data_processed?/2` to check if either run time or memory data has had statistics generated

## 0.13.2 (2018-08-02)

Expand Down

0 comments on commit f96ac3d

Please sign in to comment.