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

Unified Diff: perf/Makefile

Issue 1473383002: Moved Perf to systemd and also move to using tracedb. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 1 month 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
Index: perf/Makefile
diff --git a/perf/Makefile b/perf/Makefile
index f507d1f613143406d0207ecb976aacef262bec6f..815a6cb3f431ea34daf77a1bb0dcdd23ba97799a 100644
--- a/perf/Makefile
+++ b/perf/Makefile
@@ -25,10 +25,6 @@ test: testgo
testgo:
go test ./go/...
-.PHONY: ingest
-ingest:
- go install -v ./go/ingest
-
.PHONY: logs
logs:
go install -v ../logserver/go/logserver
@@ -46,7 +42,7 @@ perf_migratedb:
debug: clean_webtools debug_core_js debug_elements_html
.PHONY: all
-all: build ingest tool logs perf_migratedb
+all: build tool logs perf_migratedb
.PHONY: tags
tags:

Powered by Google App Engine
This is Rietveld 408576698