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

Unified Diff: ct/py/csv_comparer_test.py

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/csv_comparer_test.py
diff --git a/ct/py/csv_comparer_test.py b/ct/py/csv_comparer_test.py
index 682858e78fc2d9b8d69ca90bfaf80396a19d664c..a019ec9f047e0578f79356814e91040b3d0fc2c4 100644
--- a/ct/py/csv_comparer_test.py
+++ b/ct/py/csv_comparer_test.py
@@ -55,6 +55,7 @@ class TestCsvComparer(unittest.TestCase):
requester_email='superman@krypton.com',
chromium_patch_link='http://chromium-patch.com',
skia_patch_link='http://skia-patch.com',
+ benchmark_patch_link='http://benchmark-patch.com',
raw_csv_nopatch='http://raw-csv-nopatch.com',
raw_csv_withpatch='http://raw-csv-withpatch.com',
variance_threshold=10,
@@ -85,6 +86,7 @@ class TestCsvComparer(unittest.TestCase):
requester_email='superman@krypton.com',
chromium_patch_link='http://chromium-patch.com',
skia_patch_link='http://skia-patch.com',
+ benchmark_patch_link='http://benchmark-patch.com',
raw_csv_nopatch='http://raw-csv-nopatch.com',
raw_csv_withpatch='http://raw-csv-withpatch.com',
variance_threshold=0,

Powered by Google App Engine
This is Rietveld 408576698