Skip to content

Releases: ordo-one/package-benchmark

1.8.1

16 Aug 10:54
8cc2be5
Compare
Choose a tag to compare

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

16 Aug 09:26
b0f6d12
Compare
Choose a tag to compare

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

11 Jul 06:25
9e010e2
Compare
Choose a tag to compare

1.7.0 (2023-07-11)

Features

  • minor: Errors thrown no longer fail entire benchmark process (#166) (9e010e2)

1.6.5

05 Jul 08:06
fe172a3
Compare
Choose a tag to compare

1.6.5 (2023-07-05)

1.6.4

04 Jul 12:53
9cc05dc
Compare
Choose a tag to compare

1.6.4 (2023-07-04)

1.6.3

19 Jun 08:11
eb19cd5
Compare
Choose a tag to compare

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

13 Jun 13:02
5bc62b1
Compare
Choose a tag to compare

1.6.2 (2023-06-13)

Bug Fixes

  • patch: Provide better feedback when benchmark init hooks fails (#162) (5bc62b1)

1.6.1

01 Jun 12:47
874ee0c
Compare
Choose a tag to compare

1.6.1 (2023-06-01)

Bug Fixes

  • patch: Update BenchmarkTool+CreateBenchmark.swift (#160) (874ee0c)

1.6.0

01 Jun 12:39
6a9f3e1
Compare
Choose a tag to compare

1.6.0 (2023-06-01)

Bug Fixes

  • minor: Fix improper generation of benchmark targets (#159) (6a9f3e1)

1.5.1

01 Jun 11:47
94acbd8
Compare
Choose a tag to compare

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