Chromium Code Reviews| 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 |