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

Unified Diff: perf/go/skiaperf/main.go

Issue 650223006: Point to the new server for monitoring. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 6 years, 2 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 | « perf/go/ingest/main.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/go/skiaperf/main.go
diff --git a/perf/go/skiaperf/main.go b/perf/go/skiaperf/main.go
index feb33ae0f4ee94c6e89a778ee8df8ac4f43f2c1e..475fda88a0c15bee6804701395da5f6abc1db7e1 100644
--- a/perf/go/skiaperf/main.go
+++ b/perf/go/skiaperf/main.go
@@ -98,7 +98,7 @@ var (
local = flag.Bool("local", false, "Running locally if true. As opposed to in production.")
gitRepoDir = flag.String("git_repo_dir", "../../../skia", "Directory location for the Skia repo.")
tileStoreDir = flag.String("tile_store_dir", "/tmp/tileStore", "What directory to look for tiles in.")
- graphiteServer = flag.String("graphite_server", "skia-monitoring-b:2003", "Where is Graphite metrics ingestion server running.")
+ graphiteServer = flag.String("graphite_server", "skia-monitoring:2003", "Where is Graphite metrics ingestion server running.")
apikey = flag.String("apikey", "", "The API Key used to make issue tracker requests. Only for local testing.")
)
« no previous file with comments | « perf/go/ingest/main.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698