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

Unified Diff: tools/perf/benchmarks/oortonline.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/benchmark.csv ('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/oortonline.py
diff --git a/tools/perf/benchmarks/oortonline.py b/tools/perf/benchmarks/oortonline.py
index 2453b80e40ce0611d7d8a2d681b457161576e5a0..488d9f93623500b82511d1c0dd3e4c7cab539320 100644
--- a/tools/perf/benchmarks/oortonline.py
+++ b/tools/perf/benchmarks/oortonline.py
@@ -34,6 +34,7 @@ class _OortOnlineMeasurement(legacy_page_test.LegacyPageTest):
@benchmark.Disabled('android')
+@benchmark.Owner(emails=['ulan@chromium.org'])
class OortOnline(perf_benchmark.PerfBenchmark):
"""OortOnline benchmark that measures WebGL and V8 performance.
URL: http://oortonline.gl/#run
@@ -50,6 +51,7 @@ class OortOnline(perf_benchmark.PerfBenchmark):
@benchmark.Disabled('win')
+@benchmark.Owner(emails=['ulan@chromium.org'])
class OortOnlineTBMv2(perf_benchmark.PerfBenchmark):
"""OortOnline benchmark that measures WebGL and V8 performance.
URL: http://oortonline.gl/#run
« no previous file with comments | « tools/perf/benchmark.csv ('k') | tools/perf/benchmarks/v8.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698