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

Unified Diff: fuzzer/go/fuzzer-fe/main.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/fuzzer-be/main.go ('k') | fuzzer/go/generator/afl_generation.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/go/fuzzer-fe/main.go
diff --git a/fuzzer/go/fuzzer-fe/main.go b/fuzzer/go/fuzzer-fe/main.go
index 65790ca4dcf27914112f91a4b80f178cca8959f4..f5a21adefb9d10200cc25903aed611e601d5342a 100644
--- a/fuzzer/go/fuzzer-fe/main.go
+++ b/fuzzer/go/fuzzer-fe/main.go
@@ -22,8 +22,8 @@ import (
"github.com/skia-dev/glog"
fcommon "go.skia.org/infra/fuzzer/go/common"
"go.skia.org/infra/fuzzer/go/config"
+ "go.skia.org/infra/fuzzer/go/data"
"go.skia.org/infra/fuzzer/go/frontend"
- "go.skia.org/infra/fuzzer/go/frontend/data"
"go.skia.org/infra/fuzzer/go/frontend/gsloader"
"go.skia.org/infra/fuzzer/go/frontend/syncer"
"go.skia.org/infra/fuzzer/go/fuzzcache"
« no previous file with comments | « fuzzer/go/fuzzer-be/main.go ('k') | fuzzer/go/generator/afl_generation.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698