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

Unified Diff: ct/py/html-templates/csv_totals.html

Issue 1411423003: [CT] Add ability to run unlanded benchmarks on Chromium Perf (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Add documentation link Created 5 years, 2 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
Index: ct/py/html-templates/csv_totals.html
diff --git a/ct/py/html-templates/csv_totals.html b/ct/py/html-templates/csv_totals.html
index 7190f1c18be6fd0037616012fdd0e97fcabb447c..9bd02fefc41b46524d05e21409da82772c3bec0f 100644
--- a/ct/py/html-templates/csv_totals.html
+++ b/ct/py/html-templates/csv_totals.html
@@ -17,7 +17,7 @@
<br/>
The run was done using Chromium commit hash <a href='https://chromium.googlesource.com/chromium/src/+/{{ chromium_hash }}'>{{ chromium_hash|slice:":7" }}</a> and Skia commit hash <a href='https://skia.googlesource.com/skia/+/{{ skia_hash }}'>{{ skia_hash|slice:":7" }}</a>
<br/>
- The specified patch(es) are: <a href='{{ chromium_patch_link }}'>Chromium</a>/<a href='{{ skia_patch_link }}'>Skia</a> (if no patch is specified the page will be empty)
+ The specified patch(es) are: <a href='{{ chromium_patch_link }}'>Chromium</a>/<a href='{{ skia_patch_link }}'>Skia</a>/<a href='{{ benchmark_patch_link }}'>Telemetry</a> (if no patch is specified the page will be empty)
<br/>
Browser arguments for the nopatch run: "{{ browser_args_nopatch }}"
<br/>

Powered by Google App Engine
This is Rietveld 408576698