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

Unified Diff: tools/perf/benchmarks/sunspider.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/start_with_url.py ('k') | tools/perf/benchmarks/system_health.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/sunspider.py
diff --git a/tools/perf/benchmarks/sunspider.py b/tools/perf/benchmarks/sunspider.py
index 888e194f5ce74c9d305aca9c5e514566e99da723..b8abd29ac8678b4d692877d3fdb3543f36493f8e 100644
--- a/tools/perf/benchmarks/sunspider.py
+++ b/tools/perf/benchmarks/sunspider.py
@@ -7,6 +7,7 @@ import os
from core import perf_benchmark
+from telemetry import benchmark
from telemetry import page as page_module
from telemetry.page import legacy_page_test
from telemetry import story
@@ -126,6 +127,7 @@ class _SunspiderMeasurement(legacy_page_test.LegacyPageTest):
'in sunspider'))
+@benchmark.Owner(emails=['bmeurer@chromium.org', 'mvstanton@chromium.org'])
class Sunspider(perf_benchmark.PerfBenchmark):
"""Apple's SunSpider JavaScript benchmark.
« no previous file with comments | « tools/perf/benchmarks/start_with_url.py ('k') | tools/perf/benchmarks/system_health.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698