Replies: 1 comment
-
@DavidKorczynski I hope you don't mind me tagging you, but you seemed interesting in fuzzing Arrow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm looking at the fuzzer statistics for the various fuzz targets on our project (Arrow) and a few things seem to stick out:
avg_exec_per_s
is less than 200/s on one of our fuzz targetsfuzzing_time_percent
is sometimes 30%, which sounds lowoom_percent
is between 40 and 60% on most of our fuzz targetsavg_unwanted_log_lines
is in the hundreds for all fuzz targets: what are "unwanted" log lines in this context? should I do anything about this?It sounds like some things might need to be improved in how our fuzz targets are configured, but I'm not sure what. Would someone like to share their thoughts?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions