Open Porges opened 1 year ago
Merging #3349 (60b781c) into main (58447f7) will decrease coverage by
1.41%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #3349 +/- ##
==========================================
- Coverage 34.34% 32.94% -1.41%
==========================================
Files 297 269 -28
Lines 36250 31289 -4961
==========================================
- Hits 12450 10308 -2142
+ Misses 23800 20981 -2819
LibFuzzer targets have the ability to consume many files on the command-line rather than being fed one input file at a time. Taking advantage of this has the potential to speed up coverage generation greatly with large corpuses.
I've tested this with some 4000 files, and the
libfuzzer
example from the integration tests:Before:
With
--batch-inputs
: