Skip to content

0.4.1

Compare
Choose a tag to compare
@hassila hassila released this 07 Oct 12:01
· 220 commits to main since this release
742b566

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