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

perf: add rayon to verify signatures process #255

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Conversation

gusinacio
Copy link
Contributor

@gusinacio gusinacio commented Dec 27, 2024

Adding rayon to signatures makes it ~4,5x faster

Without Rayon:
1k receipts: 2.4832964
10k receipts: 24.968279

With Rayon:
1k receipts: 0.541488
10k receipts: 5.4854965

@coveralls
Copy link

coveralls commented Dec 27, 2024

Pull Request Test Coverage Report for Build 12519033489

Details

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.05%) to 83.485%

Totals Coverage Status
Change from base Build 12519024416: -0.05%
Covered Lines: 1102
Relevant Lines: 1320

💛 - Coveralls

carlosvdr
carlosvdr previously approved these changes Dec 27, 2024
@gusinacio gusinacio merged commit cfa4a06 into main Dec 27, 2024
8 checks passed
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.

3 participants