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

Unified Diff: tools/perf/benchmarks/v8_browsing.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/v8.py ('k') | tools/perf/benchmarks/webrtc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/v8_browsing.py
diff --git a/tools/perf/benchmarks/v8_browsing.py b/tools/perf/benchmarks/v8_browsing.py
index 977f47351b58bdbda64f50b8609005e0659cfd4b..421c0fd2e0065804c8c9f39bb108b37fc0381cdd 100644
--- a/tools/perf/benchmarks/v8_browsing.py
+++ b/tools/perf/benchmarks/v8_browsing.py
@@ -156,11 +156,13 @@ class _V8MobileBrowsingBenchmark(_V8BrowsingBenchmark):
return possible_browser.platform.GetDeviceTypeName() == 'Desktop'
+@benchmark.Owner(emails=['ulan@chromium.org'])
class V8DesktopBrowsingBenchmark(_V8DesktopBrowsingBenchmark):
PLATFORM = 'desktop'
TEST_SUFFIX = ''
+@benchmark.Owner(emails=['ulan@chromium.org'])
@benchmark.Disabled('reference') # http://crbug.com/628631
class V8MobileBrowsingBenchmark(_V8MobileBrowsingBenchmark):
PLATFORM = 'mobile'
@@ -168,6 +170,7 @@ class V8MobileBrowsingBenchmark(_V8MobileBrowsingBenchmark):
@benchmark.Disabled('reference') # http://crbug.com/700390
+@benchmark.Owner(emails=['mvstaton@chromium.org'])
class V8DesktopTurboBrowsingBenchmark(_V8DesktopBrowsingBenchmark):
PLATFORM = 'desktop'
TEST_SUFFIX = '_turbo'
@@ -179,6 +182,7 @@ class V8DesktopTurboBrowsingBenchmark(_V8DesktopBrowsingBenchmark):
@benchmark.Disabled('reference') # http://crbug.com/628631
+@benchmark.Owner(emails=['mvstaton@chromium.org'])
class V8MobileTurboBrowsingBenchmark(_V8MobileBrowsingBenchmark):
PLATFORM = 'mobile'
TEST_SUFFIX = '_turbo'
@@ -188,6 +192,7 @@ class V8MobileTurboBrowsingBenchmark(_V8MobileBrowsingBenchmark):
options)
+@benchmark.Owner(emails=['mythria@chromium.org'])
class V8RuntimeStatsDesktopBrowsingBenchmark(
_V8RuntimeStatsBrowsingBenchmark):
PLATFORM = 'desktop'
@@ -199,6 +204,7 @@ class V8RuntimeStatsDesktopBrowsingBenchmark(
@benchmark.Disabled('reference') # http://crbug.com/700390
+@benchmark.Owner(emails=['mythria@chromium.org'])
class V8RuntimeStatsDesktopTurboBrowsingBenchmark(
_V8RuntimeStatsBrowsingBenchmark):
PLATFORM = 'desktop'
@@ -215,6 +221,7 @@ class V8RuntimeStatsDesktopTurboBrowsingBenchmark(
@benchmark.Disabled('reference') # http://crbug.com/694658
+@benchmark.Owner(emails=['mythria@chromium.org'])
class V8RuntimeStatsMobileBrowsingBenchmark(
_V8RuntimeStatsBrowsingBenchmark):
PLATFORM = 'mobile'
@@ -226,6 +233,7 @@ class V8RuntimeStatsMobileBrowsingBenchmark(
@benchmark.Disabled('reference') # http://crbug.com/694658
+@benchmark.Owner(emails=['mythria@chromium.org'])
class V8RuntimeStatsMobileTurboBrowsingBenchmark(
_V8RuntimeStatsBrowsingBenchmark):
PLATFORM = 'mobile'
« no previous file with comments | « tools/perf/benchmarks/v8.py ('k') | tools/perf/benchmarks/webrtc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698