8000 Tags · kkebo/package-benchmark · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kkebo/package-benchmark

Tags

1.7.0

Toggle 1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

1.6.5

Toggle 1.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

1.6.4

Toggle 1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

1.6.3

Toggle 1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(patch): Update dependency on SAP to 1.1 at a minimum as AsyncPars…

…ableCommand was only available from that version (ordo-one#164)

1.6.2

Toggle 1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(patch): Provide better feedback when benchmark init hooks fails (o…

…rdo-one#162)

1.6.1

Toggle 1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(patch): Update BenchmarkTool+CreateBenchmark.swift (ordo-one#160)

Fix typo.

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

1.5.1

Toggle 1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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)

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

1.4.8

Toggle 1.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Make SPI builds work for macOS (ordo-one#150)

0