0.4.1
Major change is a fix for correctly applying thresholds. Also helper functions for defining them, e.g.
let customThreshold = BenchmarkResult.PercentileThresholds(absolute: [.p25 : .millseconds(3), .p50 : .milliseconds(23)])
let customThreshold2 = BenchmarkResult.PercentileThresholds(absolute: [.p25 : .mega(2), .p50 : .mega(3)])
What's Changed
- chore: Minor polish of output by @hassila in #29
- fix: Fix comparisons of absolute thresholds, add helpers for defining them by @hassila in #32
Full Changelog: 0.4.0...0.4.1