| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index b77e622ab9ad72000c4acf94fa108f7e0d4808b8..c6b85bac172da6284ca4e87edcdb609440d29b7a 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -6,6 +6,7 @@ from telemetry import test
|
| from measurements import smoothness
|
|
|
|
|
| +@test.RunOnBuildMastersNamed('chromium.perf')
|
| class SmoothnessTop25(test.Test):
|
| """Measures rendering statistics while scrolling down the top 25 web pages"""
|
| test = smoothness.Smoothness
|
|
|