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(fuzz): improve Fuzz Dictionary size enforcement #4680

Merged

Conversation

mattsse
Copy link
Member

@mattsse mattsse commented Apr 1, 2023

Motivation

refactors how the size of the dictionary was enforced: #4627

instead of randomly evicting entries (very expensive), check max capacity before inserting.

cc @PaulRBerg

Solution

@mattsse mattsse added the A-testing Area: testing label Apr 1, 2023
@mattsse mattsse force-pushed the matt/perf-move-size-check-to-insert branch from 041dd8b to 309b653 Compare April 1, 2023 16:37
@mattsse mattsse merged commit cbb8294 into foundry-rs:master Apr 2, 2023
@PaulRBerg
Copy link
Contributor

Thank you, @mattsse. I can confirm that our fuzz tests in CI are working well now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testing Area: testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants