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

Unified Diff: gm/rebaseline_server/static/index.html

Issue 197213033: rebaseline_server: serve JSON from static file, rather than generating it live (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 9 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
« gm/rebaseline_server/server.py ('K') | « gm/rebaseline_server/server.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/static/index.html
diff --git a/gm/rebaseline_server/static/index.html b/gm/rebaseline_server/static/index.html
index df9bb0e757caff4483f8d0c716f1b7be61ebd767..419b7b59d8a77d0a92283c4956e06673f18005c8 100644
--- a/gm/rebaseline_server/static/index.html
+++ b/gm/rebaseline_server/static/index.html
@@ -9,16 +9,16 @@
Here are links to the result pages:
<ul>
<li>
- <a href="/static/view.html#/view.html?resultsToLoad=/results/failures">
- failures only
+ <a href="/static/view.html#/view.html?resultsToLoad=generated-json/failures.json">
+ failures
</a>
- (loads faster)
+ (includes failed, failure-ignored, and no-comparison)
</li>
<li>
- <a href="/static/view.html#/view.html?resultsToLoad=/results/all">
+ <a href="/static/view.html#/view.html?resultsToLoad=generated-json/all.json">
all results
</a>
- (includes successful test results)
+ (includes successful test results also, but takes longer to load)
</li>
</ul>
Instructions, roadmap, etc. are at
« gm/rebaseline_server/server.py ('K') | « gm/rebaseline_server/server.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698