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

Unified Diff: fuzzer/go/fuzzcache/fuzzcache_test.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/fuzzcache/fuzzcache.go ('k') | fuzzer/go/fuzzer-be/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/go/fuzzcache/fuzzcache_test.go
diff --git a/fuzzer/go/fuzzcache/fuzzcache_test.go b/fuzzer/go/fuzzcache/fuzzcache_test.go
index 15963210e20ce0c9b2a1fc0908567ab1b1e29855..b3be1cf691341f8542fb59f5e2027d9e4f16baf4 100644
--- a/fuzzer/go/fuzzcache/fuzzcache_test.go
+++ b/fuzzer/go/fuzzcache/fuzzcache_test.go
@@ -6,7 +6,7 @@ import (
"testing"
"go.skia.org/infra/fuzzer/go/common"
- "go.skia.org/infra/fuzzer/go/frontend/data"
+ "go.skia.org/infra/fuzzer/go/data"
"go.skia.org/infra/go/testutils"
)
« no previous file with comments | « fuzzer/go/fuzzcache/fuzzcache.go ('k') | fuzzer/go/fuzzer-be/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698