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

Unified Diff: tools/perf/benchmarks/smoothness.py

Issue 18576004: [telemetry] Add @RunOnBuildMastersNamed support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: redo Created 7 years, 5 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: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index b77e622ab9ad72000c4acf94fa108f7e0d4808b8..57daaeebfda787f804184a0c8e068fbabfb059bb 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -11,3 +11,7 @@ class SmoothnessTop25(test.Test):
test = smoothness.Smoothness
page_set = 'page_sets/top_25.json'
options = {'report_all_results': False}
+
+ @staticmethod
+ def CanRunOnBot(bot_properties):
+ return bot_properties.master_name in ['default', 'chromium.perf']

Powered by Google App Engine
This is Rietveld 408576698