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

Optimize fuzzing #54

Open
Pr0methean opened this issue May 1, 2024 · 1 comment
Open

Optimize fuzzing #54

Pr0methean opened this issue May 1, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Pr0methean
Copy link
Member

Currently, the fuzz tests sometimes take longer than 3 hours, despite my having recently reduced their iteration counts by half. This frequently causes PRs in the merge queue to time out waiting for CI results (for which the longest timeout we can set is 6 hours). Some optimizations are clearly needed.

@Pr0methean Pr0methean added the help wanted Extra attention is needed label May 1, 2024
@Pr0methean
Copy link
Member Author

Update: I've eliminated some redundant CI runs with 505cf01, dae3b66 and 9348063, but we still need to improve CI-run performance since it can still be a bottleneck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant