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

Unified Diff: perf/Makefile

Issue 608273002: Add versioning to perf SQL database (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Incorporated feedback 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') | perf/go/db/db.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/Makefile
diff --git a/perf/Makefile b/perf/Makefile
index cb530f937921d739aa46586c82a07a62174ca757..954b5e9da890842407e1275ddb189104ea217733 100644
--- a/perf/Makefile
+++ b/perf/Makefile
@@ -1,6 +1,7 @@
.PHONY: build
build: res/css/perf.css res/js/perf.js
go install -v ./go/skiaperf
+ go install -v ./go/migratedb
jcgregorio 2014/09/30 14:54:08 Can you instead create a migratedb target and then
stephana 2014/09/30 18:11:49 Done.
.PHONY: ver
ver: H=$(shell echo `git log -n 1 --format=format:%H`)
« no previous file with comments | « perf/DESIGN.md ('k') | perf/go/db/db.go » ('j') | perf/go/db/db.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698