Commit 2469a923 authored by Ulan Degenbaev's avatar Ulan Degenbaev Committed by Commit Bot

Transfer ownership of v8.browsing benchmarks from ulan@ to tmrts@

Change-Id: I2b28e30f7d4f64e53d0c95ac4224df639967afd3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2156413Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Reviewed-by: default avatarMythri Alle <mythria@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#762810}
parent 77732730
......@@ -65,10 +65,10 @@ system_health.webview_startup,"oksamyt@chromium.org, torne@chromium.org, changwa
tab_switching.typical_25,vovoy@chromium.org,OS>Performance,,"2016,tabs_switching"
tracing.tracing_with_background_memory_infra,ssid@chromium.org,,,
tracing_perftests,"eseckler@chromium.org, oysteine@chromium.org",Speed>Tracing,,
v8.browsing_desktop,"mythria@chromium.org, ulan@chromium.org",Blink>JavaScript,,"2016,2018,2019,2020,health_check,images,infinite_scroll,international,javascript_heavy,keyboard_input,wasm,webgl"
v8.browsing_desktop-future,"mythria@chromium.org, ulan@chromium.org",Blink>JavaScript,,"2016,2018,2019,2020,health_check,images,infinite_scroll,international,javascript_heavy,keyboard_input,wasm,webgl"
v8.browsing_mobile,"mythria@chromium.org, ulan@chromium.org",Blink>JavaScript,,"2018,2019,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy"
v8.browsing_mobile-future,"mythria@chromium.org, ulan@chromium.org",Blink>JavaScript,,"2018,2019,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy"
v8.browsing_desktop,"mythria@chromium.org, tmrts@chromium.org",Blink>JavaScript,,"2016,2018,2019,2020,health_check,images,infinite_scroll,international,javascript_heavy,keyboard_input,wasm,webgl"
v8.browsing_desktop-future,"mythria@chromium.org, tmrts@chromium.org",Blink>JavaScript,,"2016,2018,2019,2020,health_check,images,infinite_scroll,international,javascript_heavy,keyboard_input,wasm,webgl"
v8.browsing_mobile,"mythria@chromium.org, tmrts@chromium.org",Blink>JavaScript,,"2018,2019,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy"
v8.browsing_mobile-future,"mythria@chromium.org, tmrts@chromium.org",Blink>JavaScript,,"2018,2019,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy"
v8.runtime_stats.top_25,"mythria@chromium.org, ulan@chromium.org",Blink>JavaScript,,"cold,hot,warm"
views_perftests,tapted@chromium.org,Internals>Views,,
webrtc,"qiangchen@chromium.org, mbonadei@chromium.org, phoglund@chromium.org",Blink>WebRTC,http://bit.ly/webrtc-benchmark,"datachannel,getusermedia,pauseplay,smoothness,stress,videoConstraints"
......@@ -71,8 +71,8 @@ class _V8BrowsingBenchmark(perf_benchmark.PerfBenchmark):
@benchmark.Info(
emails=['mythria@chromium.org','ulan@chromium.org'],
component='Blink>JavaScript')
emails=['mythria@chromium.org', 'tmrts@chromium.org'],
component='Blink>JavaScript')
class V8DesktopBrowsingBenchmark(
_V8BrowsingBenchmark):
PLATFORM = 'desktop'
......@@ -92,8 +92,8 @@ class V8DesktopBrowsingBenchmark(
@benchmark.Info(
emails=['mythria@chromium.org','ulan@chromium.org'],
component='Blink>JavaScript')
emails=['mythria@chromium.org', 'tmrts@chromium.org'],
component='Blink>JavaScript')
class V8MobileBrowsingBenchmark(
_V8BrowsingBenchmark):
PLATFORM = 'mobile'
......@@ -113,8 +113,8 @@ class V8MobileBrowsingBenchmark(
@benchmark.Info(
emails=['mythria@chromium.org','ulan@chromium.org'],
component='Blink>JavaScript')
emails=['mythria@chromium.org', 'tmrts@chromium.org'],
component='Blink>JavaScript')
class V8FutureDesktopBrowsingBenchmark(
_V8BrowsingBenchmark):
PLATFORM = 'desktop'
......@@ -135,8 +135,8 @@ class V8FutureDesktopBrowsingBenchmark(
@benchmark.Info(
emails=['mythria@chromium.org','ulan@chromium.org'],
component='Blink>JavaScript')
emails=['mythria@chromium.org', 'tmrts@chromium.org'],
component='Blink>JavaScript')
class V8FutureMobileBrowsingBenchmark(
_V8BrowsingBenchmark):
PLATFORM = 'mobile'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment