-
Notifications
You must be signed in to change notification settings - Fork 2k
feat: fuzzer metrics #10988
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
feat: fuzzer metrics #10988
Conversation
@grandizzy is going to update the progress bar to include this and maybe also add a machine-readable format that can be for analysis |
added in b7887c2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense 👍
Once we have the dedicated continuous mode that targets a contract and calls all its invariants, we can change the stats to be per contract instead of per invariant |
Motivation
Better observability and benchmarking capabilities of fuzzer performance
closes #10876
The number of failures don't really make sense until #9727 is implemented
Solution
PR Checklist