Tags: kkebo/package-benchmark
Tags
feat(minor): Errors thrown no longer fail entire benchmark process (o… …rdo-one#166) When running benchmarks, if even one failed, we would lose all collected data. These changes output collected benchmarks and drop the data from failed benchmarks. This helps prevent data loss on benchmarks that aren't failing. --------- Co-authored-by: oryanhampton <oryan@passivelogic.com> Co-authored-by: Joakim Hassila <jocke@ordo.one>
chore(patch): [sc-2205] Stub out libproc.h on iOS (ordo-one#170) Use `CDarwinOperatingSystemStats` on iOS but stub out all uses of `libproc.h`. Let `makeOperatingSystemStats()` return at least information about number of threads.
chore(patch): [sc-2205] Update to datetime 1.0.1, add iOS target (ord… …o-one#168) ## Description Updated an `#ifdef` to not use `Jemalloc` on iOS. ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. ## Minimal checklist: - [ ] I have performed a self-review of my own code - [ ] I have added `DocC` code-level documentation for any public interfaces exported by the package - [ ] I have added unit and/or integration tests that prove my fix is effective or that my feature works
fix(patch): Update dependency on SAP to 1.1 at a minimum as AsyncPars… …ableCommand was only available from that version (ordo-one#164)
fix(patch): Update BenchmarkTool+CreateBenchmark.swift (ordo-one#160) Fix typo.
fix(minor): Fix improper generation of benchmark targets (ordo-one#159) Fix benchmark init generation to add proper dependencies (as mentioned in (ordo-one#157)) - fix the local benchmark targets too.
docs: Correct readme for adding benchmark targets manually (ordo-one#157 ) Small tweak to README to correct adding a plugin to a benchmark target as per the [spm docs](https://github.com/apple/swift-package-manager/blob/main/Documentation/Plugins.md#making-use-of-a-build-tool-plugin)
feat(minor): Add more thorough setup/teardown hooks (ordo-one#153) Adding support for global, shared and local setup/teardown hooks in a systemic manner. Fixes ordo-one#142 Co-authored-by: dimlio <122263440+dimlio@users.noreply.github.com>
PreviousNext