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

Unified Diff: tools/perf/benchmarks/tracing.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/thread_times.py ('k') | tools/perf/benchmarks/v8.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/tracing.py
diff --git a/tools/perf/benchmarks/tracing.py b/tools/perf/benchmarks/tracing.py
index 71adb58455abe7d60273c96862b85ce47d6914c6..805ccdfbec03171bdf8f9ef15ebad646bb6f2258 100644
--- a/tools/perf/benchmarks/tracing.py
+++ b/tools/perf/benchmarks/tracing.py
@@ -12,6 +12,9 @@ from telemetry.web_perf import timeline_based_measurement
import page_sets
+@benchmark.Owner(emails=['oysteine@chromium.org',
+ 'nednguyen@chromium.org',
+ 'zhenw@chromium.org'])
class TracingWithDebugOverhead(perf_benchmark.PerfBenchmark):
page_set = page_sets.Top10PageSet
@@ -30,6 +33,7 @@ class TracingWithDebugOverhead(perf_benchmark.PerfBenchmark):
# TODO(ssid): Enable on reference builds once stable browser starts supporting
# background mode memory-infra. crbug.com/621195.
@benchmark.Disabled('reference')
+@benchmark.Owner(emails=['ssid@chromium.org'])
class TracingWithBackgroundMemoryInfra(perf_benchmark.PerfBenchmark):
"""Measures the overhead of background memory-infra dumps"""
page_set = page_sets.Top10PageSet
« no previous file with comments | « tools/perf/benchmarks/thread_times.py ('k') | tools/perf/benchmarks/v8.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698