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

Unified Diff: tools/perf/benchmarks/jitter.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/jetstream.py ('k') | tools/perf/benchmarks/kraken.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/jitter.py
diff --git a/tools/perf/benchmarks/jitter.py b/tools/perf/benchmarks/jitter.py
index 206c71bdb620e061cf1c76ab27d8be1cb0c8a877..65baa9684f43dd9db3e7c033c8ac9182122b361a 100644
--- a/tools/perf/benchmarks/jitter.py
+++ b/tools/perf/benchmarks/jitter.py
@@ -4,6 +4,7 @@
from core import perf_benchmark
+from telemetry import benchmark
from telemetry.timeline import chrome_trace_category_filter
from telemetry.web_perf import timeline_based_measurement
from telemetry.web_perf.metrics import jitter_timeline
@@ -15,6 +16,7 @@ JITTER_CATEGORY = 'cdp.perf'
TIMELINE_REQUIRED_CATEGORY = 'blink.console'
+@benchmark.Owner(emails=['jaydasika@chromium.org'])
class Jitter(perf_benchmark.PerfBenchmark):
"""Timeline based measurement benchmark for jitter."""
« no previous file with comments | « tools/perf/benchmarks/jetstream.py ('k') | tools/perf/benchmarks/kraken.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698