Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(462)

Unified Diff: fuzzer/go/config/config.go

Issue 1691893002: Fuzzer now deduplicates on the analysis side instead of the download side (Closed) Base URL: https://skia.googlesource.com/buildbot@metrics
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fuzzer/go/common/storage.go ('k') | fuzzer/go/data/report.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/go/config/config.go
diff --git a/fuzzer/go/config/config.go b/fuzzer/go/config/config.go
index a238647e64065ea4e5efbf937a8e4a63fce7a5db..dbd3cc2d0fb6b4c6db68998c9b946fe123066ea1 100644
--- a/fuzzer/go/config/config.go
+++ b/fuzzer/go/config/config.go
@@ -16,6 +16,7 @@ type generatorConfig struct {
NumFuzzProcesses int
NumDownloadProcesses int
WatchAFL bool
+ SkipGeneration bool
VersionCheckPeriod time.Duration
SkiaVersion *vcsinfo.LongCommit
versionMutex sync.Mutex
« no previous file with comments | « fuzzer/go/common/storage.go ('k') | fuzzer/go/data/report.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698