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

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: Created 7 years, 6 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.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..1d6765c64c0eebe25b5c857f5c01a8415d1f9e99 100644
--- a/tools/perf/benchmarks/netsim_top25.py
+++ b/tools/perf/benchmarks/netsim_top25.py
@@ -6,6 +6,7 @@ from telemetry import test
from perf_tools import page_cycler
+@test.RunOnBuildMastersNamed('chromium.perf')
tonyg 2013/07/03 02:15:08 Does this need to be platform specific? For instan
class NetsimTop25(test.Test):
"""Measures load time of the top 25 sites under simulated cable network."""
test = page_cycler.PageCycler
« no previous file with comments | « no previous file | tools/perf/benchmarks/smoothness.py » ('j') | tools/telemetry/telemetry/test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698