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

Unified Diff: tools/perf/benchmarks/v8.py

Issue 2872923002: Add ownership info for v8 benchmarks (Closed)
Patch Set: Created 3 years, 7 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/oortonline.py ('k') | tools/perf/unowned_benchmarks.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/v8.py
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
index c431b0ce72f9a233151ba56b40337b9ea57ec479..bccdd689d97e0e66dd6f40cd250c7daa1903bb55 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -57,6 +57,7 @@ class V8KeyMobileSites(perf_benchmark.PerfBenchmark):
return 'v8.key_mobile_sites_smooth'
+@benchmark.Owner(emails=['ulan@chromium.org'])
class V8DetachedContextAgeInGC(perf_benchmark.PerfBenchmark):
"""Measures the number of GCs needed to collect a detached context.
« no previous file with comments | « tools/perf/benchmarks/oortonline.py ('k') | tools/perf/unowned_benchmarks.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698