Update ideal_integration.md

This commit is contained in:
Oliver Chang 2017-04-24 19:24:27 -07:00 committed by GitHub
parent bf627d4507
commit 78b3b5a5f0
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ timeouts/out-of-memory bugs in your targets.
## Performance ## Performance
Fuzz targets should also be performant, as high memory usage and/or slow execution speed can slow the down Fuzz targets should also be performant, as high memory usage and/or slow execution speed can slow the down
the growth of coverage and finding of new bugs. ClusterFuzz provides a the growth of coverage and finding of new bugs. ClusterFuzz provides a
(performance analyzer)[https://github.com/google/oss-fuzz/blob/master/docs/clusterfuzz.md] [performance analyzer](https://github.com/google/oss-fuzz/blob/master/docs/clusterfuzz.md)
for each fuzz target that shows problems that are impacting the performance of the fuzz target. for each fuzz target that shows problems that are impacting the performance of the fuzz target.
## Not a project member? ## Not a project member?