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

Unified Diff: perf/Makefile

Issue 608273002: Add versioning to perf SQL database (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Incorporating feedback 4 Created 6 years, 3 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/DESIGN.md ('k') | perf/go/db/db.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/Makefile
diff --git a/perf/Makefile b/perf/Makefile
index cb530f937921d739aa46586c82a07a62174ca757..de6b4c30438126f52968d093362192bf3d87eee4 100644
--- a/perf/Makefile
+++ b/perf/Makefile
@@ -2,6 +2,9 @@
build: res/css/perf.css res/js/perf.js
go install -v ./go/skiaperf
+migratedb:
+ go install -v ./go/migratedb
+
.PHONY: ver
ver: H=$(shell echo `git log -n 1 --format=format:%H`)
ver:
@@ -63,7 +66,7 @@ lint:
grunt --no-color jshint:main
.PHONY: all
-all: build ingest tool logs
+all: build ingest tool logs migratedb
tags:
etags --recurse res/ go/
« no previous file with comments | « perf/DESIGN.md ('k') | perf/go/db/db.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698