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

Unified Diff: bench/bench_analyze.py

Issue 132423002: Remove references to Skia's SVN repository (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Re-change first link in view.html and view-platform.html Created 6 years, 11 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 | expectations/gm/view-platform.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/bench_analyze.py
diff --git a/bench/bench_analyze.py b/bench/bench_analyze.py
index 74751cbc0f8aa2f17d4fff81034fc0a93ffe8a9b..0e873b556fe697d64b93fe350a5de92b9bf4bb68 100755
--- a/bench/bench_analyze.py
+++ b/bench/bench_analyze.py
@@ -55,10 +55,10 @@ INPUT_URL_TEMPLATE = ('http://chromium-skia-gm.commondatastorage.googleapis.com'
# Output HTML elements and templates.
HTML_HEAD = ('<html><head><title>Skia Bench Expected Ranges</title>'
- '<script type="text/javascript" src="https://skia.googlecode.com/'
- 'svn/buildbot/dygraph-combined.js"></script></head><body>Please '
- 'adjust values as appropriate and update benches to monitor in '
- 'bench/bench_expectations.txt.<br><br>')
+ '<script type="text/javascript" src="https://raw.github.com/google'
+ '/skia-buildbot/master/dygraph-combined.js"></script></head><body>'
+ 'Please adjust values as appropriate and update benches to monitor'
+ ' in bench/bench_expectations.txt.<br><br>')
HTML_SUFFIX = '</body></html>'
GRAPH_PREFIX = ('<br>%s<br><div id="%s" style="width:400px;height:200px"></div>'
'<script type="text/javascript">g%s=new Dygraph('
« no previous file with comments | « no previous file | expectations/gm/view-platform.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698