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..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 |