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

run expensive merkle_tree tests with fewer iterations, to speed them up #530

Merged
merged 1 commit into from
May 21, 2024

Conversation

arvidn
Copy link
Contributor

@arvidn arvidn commented May 21, 2024

cargo test merkle_tree::tests::test_random_bytes --all --release -- -Z unstable-options --report-time

before:

test merkle_tree::tests::test_random_bytes ... ok <61.281s>

after:

test merkle_tree::tests::test_random_bytes ... ok <6.226s>

@arvidn arvidn requested a review from matt-o-how May 21, 2024 08:46
Copy link

Pull Request Test Coverage Report for Build 9171708770

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 84.07%

Totals Coverage Status
Change from base Build 9140874818: 0.0%
Covered Lines: 12027
Relevant Lines: 14306

💛 - Coveralls

@matt-o-how matt-o-how merged commit f52389e into main May 21, 2024
64 checks passed
@matt-o-how matt-o-how deleted the speed-up-merkle-tree-tests branch May 21, 2024 13:10
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.

2 participants