Releases: ordo-one/package-benchmark
Releases · ordo-one/package-benchmark
1.8.1
1.8.1 (2023-08-16)
Bug Fixes
- patch: Sort benchmarks in lexical order so that run order is consistent with output order (#177) (8cc2be5)
1.8.0
1.8.0 (2023-08-16)
Improved ergonomics for choosing metrics slightly, now it's possible to write e.g.
let metrics = [.wallClock, .throughput] + .memory + .arc
instead of
let metrics = [.wallClock, .throughput] + BenchmarkMetric.memory + BenchmarkMetric.arc
Features
1.7.0
1.7.0 (2023-07-11)
Features
- minor: Errors thrown no longer fail entire benchmark process (#166) (9e010e2)
1.6.3
1.6.3 (2023-06-19)
Bug Fixes
- patch: Update dependency on SAP to 1.1 at a minimum as AsyncParsableCommand was only available from that version (#164) (eb19cd5)
1.6.2
1.6.2 (2023-06-13)
Bug Fixes
- patch: Provide better feedback when benchmark init hooks fails (#162) (5bc62b1)
1.6.1
1.6.1 (2023-06-01)
Bug Fixes
- patch: Update BenchmarkTool+CreateBenchmark.swift (#160) (874ee0c)
1.6.0
1.6.0 (2023-06-01)
Bug Fixes
- minor: Fix improper generation of benchmark targets (#159) (6a9f3e1)
1.5.1
What's Changed
- chore: correct scalingFactor type in documentation by @dimlio in #158
- docs: updating CI example with more data and permissions settings by @heckj in #156
- docs: Correct readme for adding benchmark targets manually by @GNMoseke in #157
New Contributors
Full Changelog: 1.5.0...1.5.1