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

Unified Diff: tools/testing/perf_testing/appengine/app.yaml

Issue 9071015: Changing display of perf graphs to make them more readable. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 12 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 | tools/testing/perf_testing/create_graph.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/perf_testing/appengine/app.yaml
===================================================================
--- tools/testing/perf_testing/appengine/app.yaml (revision 2872)
+++ tools/testing/perf_testing/appengine/app.yaml (working copy)
@@ -22,7 +22,6 @@
mime_type: application/json
static_files: static/\1
upload: static/(.*\.json)
- expiration: "1h"
# image files
- url: /(.*\.(bmp|gif|ico|jpeg|jpg|png))
@@ -40,6 +39,13 @@
upload: static/(.+)/index.html
expiration: "15m"
+- url: /graphs
+ static_dir: static/graphs
+
+- url: /graphs/(.*)
+ static_files: static/graphs/\1
+ upload: static/graphs/(.*)
+
# site root
- url: /
static_files: static/index.html
« no previous file with comments | « no previous file | tools/testing/perf_testing/create_graph.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698