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

Unified Diff: tools/perf/benchmarks/netsim_top25.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
« no previous file with comments | « no previous file | tools/perf/benchmarks/smoothness.py » ('j') | tools/telemetry/telemetry/test_runner.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/netsim_top25.py
diff --git a/tools/perf/benchmarks/netsim_top25.py b/tools/perf/benchmarks/netsim_top25.py
index d187024a595adef921f0906bc7edfacd2a0fadd0..14749a2843b6198decdb3af743784590f995523e 100644
--- a/tools/perf/benchmarks/netsim_top25.py
+++ b/tools/perf/benchmarks/netsim_top25.py
@@ -18,6 +18,11 @@ class NetsimTop25(test.Test):
'pageset_repeat': '5',
}
+ @staticmethod
+ def CanRunOnBot(bot_properties):
+ return bot_properties.master_name in ['default', 'chromium.perf']
bulach 2013/07/09 10:07:32 IMHO, sprinkling this "CanRunOnBot" makes it diffi
+
+
def __init__(self):
super(NetsimTop25, self).__init__()
self.test.clear_cache_before_each_run = True
« no previous file with comments | « no previous file | tools/perf/benchmarks/smoothness.py » ('j') | tools/telemetry/telemetry/test_runner.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698