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

Unified Diff: perf/server/Makefile

Issue 335833002: Start loading the BigQuery data and serving it to the UI. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 6 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/README.md » ('j') | perf/server/data.go » ('J')
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
new file mode 100644
index 0000000000000000000000000000000000000000..a396e895f9156ee5769415ae0f4fb0aa3a7ffbed
--- /dev/null
+++ b/perf/server/Makefile
@@ -0,0 +1,2 @@
+default:
tfarina 2014/06/13 18:59:37 can you go with a ninja build file instead (build.
jcgregorio 2014/06/13 19:30:33 The Makefile was just a leftover, you can build th
+ go build perf.go data.go
« no previous file with comments | « no previous file | perf/server/README.md » ('j') | perf/server/data.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698