mirror of https://github.com/google/oss-fuzz.git
Update ideal_integration.md
This commit is contained in:
parent
bf627d4507
commit
78b3b5a5f0
|
@ -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?
|
||||||
|
|
Loading…
Reference in New Issue