Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Criterion Benchmark Library #35

Merged
merged 19 commits into from
Oct 2, 2023
Merged

Import Criterion Benchmark Library #35

merged 19 commits into from
Oct 2, 2023

Conversation

msteindorfer
Copy link
Member

Scope

Integrates the suitable parts of Criterion (https://github.com/msteindorfer/criterion) into Capsule. The scope is to mostly import the code and make it functional, without too many other changes or refactoring.

Co-locating the data structure library and benchmark code aims to simplify and shorten engineering roundtrip cycles.

Both Capsule and Criterion are published under the same BSD-2-Clause license.

Example Usage

./gradlew clean jmhJar
    
./benchmark.zsh space

* Add `maven-publish` plugin
* Publish sources jar
* Set artifact group
* Allow publication overrides
* Removes outdated known failures list
* Removes exclusion of longer running tests during snapshot builds
@msteindorfer msteindorfer merged commit 4e25ed7 into main Oct 2, 2023
1 check passed
@msteindorfer msteindorfer deleted the import-criterion branch October 2, 2023 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant