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

Unified Diff: tools/perf/benchmarks/octane.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/memory.py ('k') | tools/perf/benchmarks/oilpan_gc_times.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/octane.py
diff --git a/tools/perf/benchmarks/octane.py b/tools/perf/benchmarks/octane.py
index 95b68941e752bfcf65653d0f41a3413e5ad532ec..6245c334c0f8d269ca8e77118ff2537a1b15f1e1 100644
--- a/tools/perf/benchmarks/octane.py
+++ b/tools/perf/benchmarks/octane.py
@@ -15,6 +15,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
@@ -131,6 +132,7 @@ class _OctaneMeasurement(legacy_page_test.LegacyPageTest):
'benchmark collection.'))
+@benchmark.Owner(emails=['bmeurer@chromium.org', 'mvstanton@chromium.org'])
class Octane(perf_benchmark.PerfBenchmark):
"""Google's Octane JavaScript benchmark.
« no previous file with comments | « tools/perf/benchmarks/memory.py ('k') | tools/perf/benchmarks/oilpan_gc_times.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698