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

Unified Diff: tools/perf/benchmarks/speedometer.py

Issue 2744723003: Adding owners to benchmark tests (Closed)
Patch Set: rebasing Created 3 years, 9 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
« no previous file with comments | « tools/perf/benchmarks/spaceport.py ('k') | tools/perf/benchmarks/start_with_url.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/speedometer.py
diff --git a/tools/perf/benchmarks/speedometer.py b/tools/perf/benchmarks/speedometer.py
index 5fb3d2f15be95bd30ecf3b9a229a325fb26edbc8..26ee23ee71b23c3325990bfda0bcf5ef5eedf1ad 100644
--- a/tools/perf/benchmarks/speedometer.py
+++ b/tools/perf/benchmarks/speedometer.py
@@ -22,6 +22,7 @@ from core import perf_benchmark
from benchmarks import v8_helper
+from telemetry import benchmark
from telemetry import page as page_module
from telemetry.page import legacy_page_test
from telemetry import story
@@ -90,6 +91,7 @@ class SpeedometerMeasurement(legacy_page_test.LegacyPageTest):
keychain_metric.KeychainMetric().AddResults(tab, results)
+@benchmark.Owner(emails=['bmeurer@chromium.org', 'mvstanton@chromium.org'])
class Speedometer(perf_benchmark.PerfBenchmark):
test = SpeedometerMeasurement
@@ -108,6 +110,7 @@ class Speedometer(perf_benchmark.PerfBenchmark):
return ps
+@benchmark.Owner(emails=['hablich@chromium.org'])
class SpeedometerTurbo(Speedometer):
def SetExtraBrowserOptions(self, options):
super(SpeedometerTurbo, self).SetExtraBrowserOptions(options)
« no previous file with comments | « tools/perf/benchmarks/spaceport.py ('k') | tools/perf/benchmarks/start_with_url.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698