-
Notifications
You must be signed in to change notification settings - Fork 2k
fix: enable edge coverage only when needed #11041
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
fix: enable edge coverage only when needed #11041
Conversation
Anything else to do here? |
Per @0xalpharush would be good to also add a config to enable the edge coverage and metrics, but not use corpus/mutations, useful for benchmarking. |
going to make it adhere to show_metrics flag and move logic to enable edge inspector only for invariant executor |
3eb0845
f4bd627
to
3eb0845
Compare
3eb0845
to
0d9b0f5
Compare
|
Motivation
show_edge_coverage
setting - useful for benchmarkingSolution
PR Checklist