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

Unified Diff: perf/server/Makefile

Issue 390953003: Add a new log server that runs on port 8001. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: rebase Created 6 years, 5 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 | « no previous file | perf/server/setup/continue_install » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/server/Makefile
diff --git a/perf/server/Makefile b/perf/server/Makefile
index 855dbcdb4f8d93b579bd0dabbc2adb3c2298b021..2431e1bec840fc4de726ec964a6e556eae24cde1 100644
--- a/perf/server/Makefile
+++ b/perf/server/Makefile
@@ -14,6 +14,10 @@ verbosetests:
ingest: src/ingest/ingest.go src/ingest/ingest_main.go
go build src/ingest/ingest.go src/ingest/ingest_main.go
+logs:
+ GOPATH=$(GOPATH):`pwd` go build -v logserver
+
+
tool: src/ingest/ingest.go
GOPATH=$(GOPATH):`pwd` go build -v tiletool
« no previous file with comments | « no previous file | perf/server/setup/continue_install » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698