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

Move benchmarks to a new ring-bench crate. #1710

Merged
merged 1 commit into from
Oct 7, 2023
Merged

Conversation

briansmith
Copy link
Owner

Move the Criterion.rs dependency out of ring into a new ring-benches crate. This speeds up many build scenerios by eliminating a bunch of dependencies from ring's dependency tree for cargo test.

Move the Criterion.rs dependency out of *ring* into a new `ring-benches`
crate. This speeds up many build scenerios by eliminating a bunch of
dependencies from *ring*'s dependency tree for `cargo test`.
@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Merging #1710 (3d396bd) into main (f3273af) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1710      +/-   ##
==========================================
- Coverage   96.06%   96.06%   -0.01%     
==========================================
  Files         135      135              
  Lines       20521    20521              
  Branches      217      217              
==========================================
- Hits        19714    19713       -1     
- Misses        769      771       +2     
+ Partials       38       37       -1     

see 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@briansmith briansmith merged commit fa5d6bd into main Oct 7, 2023
@briansmith briansmith deleted the b/ring-benches branch October 7, 2023 04:54
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.

None yet

1 participant