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

Unified Diff: tools/perf/benchmarks/kraken.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/jitter.py ('k') | tools/perf/benchmarks/loading.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/kraken.py
diff --git a/tools/perf/benchmarks/kraken.py b/tools/perf/benchmarks/kraken.py
index 3d90902d2da9237489c544670829df33cf4984de..1715f62eaa77c78c9debfba8150d7b06e8d19f20 100644
--- a/tools/perf/benchmarks/kraken.py
+++ b/tools/perf/benchmarks/kraken.py
@@ -9,6 +9,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
@@ -115,6 +116,7 @@ class _KrakenMeasurement(legacy_page_test.LegacyPageTest):
'(http://krakenbenchmark.mozilla.org/)'))
+@benchmark.Owner(emails=['bmeurer@chromium.org', 'mvstanton@chromium.org'])
class Kraken(perf_benchmark.PerfBenchmark):
"""Mozilla's Kraken JavaScript benchmark.
« no previous file with comments | « tools/perf/benchmarks/jitter.py ('k') | tools/perf/benchmarks/loading.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698