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

Add statistics to the fuzzer that countr how often certain expressions/functions are being tested #24

Open
Tmonster opened this issue Aug 20, 2024 · 0 comments

Comments

@Tmonster
Copy link
Collaborator

Currenlty we randomly select functions/Expressions when fuzzing. Once #23 is merged, these percentages will be easy to change on the fly.

What might be cool to do next is to gather statistics to see what expressions and functions we are fuzzing.
Potentially there is a lot of skew right now and we don't know.
Would also be nice to see how many statements result in an Exception and how many get executed.

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

No branches or pull requests

1 participant