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

Unified Diff: tools/perf/benchmarks/smoothness.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
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

Powered by Google App Engine
This is Rietveld 408576698