You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: