mirror of https://github.com/google/oss-fuzz.git
Update clusterfuzz.md
This commit is contained in:
parent
ad0a74152e
commit
36ddb79805
|
@ -1,7 +1,7 @@
|
||||||
# ClusterFuzz
|
# ClusterFuzz
|
||||||
|
|
||||||
ClusterFuzz is the infrastructure behind OSS-Fuzz, and started as fuzzing
|
ClusterFuzz is the distributed fuzzing infrastructure behind OSS-Fuzz. It was initially built
|
||||||
infrastructure for Chrome.
|
for fuzzing Chrome at scale.
|
||||||
|
|
||||||
## Web interface
|
## Web interface
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@ reports.
|
||||||
|
|
||||||
## Fuzzer stats
|
## Fuzzer stats
|
||||||
|
|
||||||
You can view statistics about your fuzzers (e.g. speed, coverage information) on
|
You can view statistics about your fuzzers (e.g. speed, coverage information,
|
||||||
our fuzzer statistics dashboard.
|
memory usage) on our fuzzer statistics dashboard.
|
||||||
|
|
||||||
![stats]
|
![stats]
|
||||||
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/freetype_stats.png)
|
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/freetype_stats.png)
|
||||||
|
|
Loading…
Reference in New Issue