| 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']
|
|
|