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

Issue 1254023003: Telemetry Test for WebRTC Rendering. (Closed)

Created:
5 years, 5 months ago by cpaulin (no longer in chrome)
Modified:
5 years, 2 months ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Telemetry Test for WebRTC Rendering. Design doc: https://docs.google.com/document/d/1TX0NnT_xxvnRNDkw6P2kxunXyK_I8OChkLb4jehXR9I/edit BUG= CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect Committed: https://crrev.com/4db46d73b08de41f0d838408b9b79b8844769489 Cr-Commit-Position: refs/heads/master@{#353615} Committed: https://crrev.com/48cd49f762c805387937845ca64528f1dbc975ba Cr-Commit-Position: refs/heads/master@{#354111}

Patch Set 1 #

Patch Set 2 : Added rendering_lenth_error and normalized drift_time and smoothness_score #

Total comments: 20

Patch Set 3 : Move to TBM design (not ready for review) #

Total comments: 2

Patch Set 4 : not for rewview yet #

Total comments: 1

Patch Set 5 : Timeline based measurement version of WebRtc rendering Test #

Patch Set 6 : modified as per review comments #

Total comments: 30

Patch Set 7 : Clean up code for readability after review comments #

Patch Set 8 : Minor changes : remove one print statement and add dots #

Total comments: 78

Patch Set 9 : Added unit test to CL #

Total comments: 12

Patch Set 10 : Accomodate 'Serial' field definition change and minor fixes. #

Total comments: 24

Patch Set 11 : Implemented changes from reviewer #

Patch Set 12 : Changes to stats output #

Total comments: 2

Patch Set 13 : Removed magic from TimeStats... #

Patch Set 14 : Use improvement direction for smoothness and freezing scores. #

Patch Set 15 : Added improvement direction to all result metrics and removed frame_distribution from result.html #

Patch Set 16 : Fixed merge conflicts in tools/telemetry/telemetry/web_perf/timeline_based_measurement.py #

Patch Set 17 : Use telemetry stats functions. #

Total comments: 1

Patch Set 18 : Remove spaces in cc_filter as workaround for telemetry bug. #

Patch Set 19 : Final cleanup: no need to add stddev and mean to result file #

Patch Set 20 : Added copyrhight header to webrtc_rendering_stats_unittest.py #

Patch Set 21 : use SetExtraBrowserOptions instead of CustomizeBrowserOptions in benchmark #

Patch Set 22 : Moved loopback_peerconnection.html to page_set/webrtc_rendering to avoid unecessary deps in test/bu… #

Patch Set 23 : Remove the flag enable-rtc-smoothness-algorithm now as it crashes the browser #

Patch Set 24 : Remove mocks to fix border effects on subsequent tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+923 lines, -2 lines) Patch
A tools/perf/benchmarks/webrtc_rendering.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +33 lines, -0 lines 0 comments Download
A tools/perf/page_sets/webrtc_rendering/loopback_peerconnection.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +128 lines, -0 lines 0 comments Download
A tools/perf/page_sets/webrtc_rendering_measurement.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +36 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +360 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats_unittest.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +241 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_timeline.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +122 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/web_perf/timeline_based_measurement.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 143 (53 generated)
qiangchen
I'm not familiar with browser test framework, so I just focused on the math part ...
5 years, 3 months ago (2015-08-28 21:26:02 UTC) #4
phoglund_chromium
Hmm, yeah, what's the status of this patch?... Should we review it?
5 years, 3 months ago (2015-08-31 08:22:49 UTC) #5
cpaulin (no longer in chrome)
On 2015/08/31 08:22:49, phoglund_chrome wrote: > Hmm, yeah, what's the status of this patch?... Should ...
5 years, 3 months ago (2015-09-01 21:08:16 UTC) #6
phoglund_chromium
On 2015/09/01 21:08:16, cpaulin wrote: > On 2015/08/31 08:22:49, phoglund_chrome wrote: > > Hmm, yeah, ...
5 years, 3 months ago (2015-09-02 09:17:30 UTC) #7
phoglund_chromium
On 2015/09/02 09:17:30, phoglund_chrome wrote: > On 2015/09/01 21:08:16, cpaulin wrote: > > On 2015/08/31 ...
5 years, 3 months ago (2015-09-02 09:18:34 UTC) #8
phoglund_chromium
I started reviewing, but there's a fundamental structural problem you need to solve first. Ned ...
5 years, 3 months ago (2015-09-02 11:27:45 UTC) #10
nednguyen
Please demonstrate how these metrics catch a regression according to our policy: https://docs.google.com/document/d/1bBKyYCW3VlUUPDpQE4xvrMFdA6tovQMZoqO9KCcmqqQ/edit https://codereview.chromium.org/1254023003/diff/20001/tools/perf/measurements/webrtc_rendering.py File ...
5 years, 3 months ago (2015-09-02 16:26:47 UTC) #11
phoglund_chromium
> Telemetry page can have file url (and I indeed prefer this over recorded WPR ...
5 years, 3 months ago (2015-09-03 15:34:04 UTC) #12
cpaulin (no longer in chrome)
On 2015/09/02 09:18:34, phoglund_chrome wrote: > On 2015/09/02 09:17:30, phoglund_chrome wrote: > > On 2015/09/01 ...
5 years, 3 months ago (2015-09-03 19:18:40 UTC) #13
phoglund_chromium
> > Ok, then I shall bow to your wisdom :) Nontheless, I think it's ...
5 years, 3 months ago (2015-09-04 09:16:13 UTC) #14
phoglund_chromium
https://codereview.chromium.org/1254023003/diff/20001/tools/perf/measurements/webrtc_rendering.py File tools/perf/measurements/webrtc_rendering.py (right): https://codereview.chromium.org/1254023003/diff/20001/tools/perf/measurements/webrtc_rendering.py#newcode182 tools/perf/measurements/webrtc_rendering.py:182: class WebRTCRendering(page_test.PageTest): On 2015/09/02 16:26:46, nednguyen wrote: > Please ...
5 years, 3 months ago (2015-09-04 09:16:24 UTC) #15
nednguyen
On 2015/09/04 09:16:13, phoglund_chrome wrote: > > > > Ok, then I shall bow to ...
5 years, 3 months ago (2015-09-04 15:46:20 UTC) #16
nednguyen
https://codereview.chromium.org/1254023003/diff/20001/chrome/test/data/webrtc_rendering/loopback_peerconnection.html File chrome/test/data/webrtc_rendering/loopback_peerconnection.html (right): https://codereview.chromium.org/1254023003/diff/20001/chrome/test/data/webrtc_rendering/loopback_peerconnection.html#newcode8 chrome/test/data/webrtc_rendering/loopback_peerconnection.html:8: Add: 'use strict';
5 years, 3 months ago (2015-09-04 15:46:40 UTC) #17
phoglund_chromium
> https://code.google.com/p/chromium/codesearch#chromium/src/tools/perf/measurements/webrtc.py&q=webrtc.py&sq=package:chromium&l=1 > > > > Or is there any reason why we should make ...
5 years, 3 months ago (2015-09-07 06:48:29 UTC) #18
cpaulin (no longer in chrome)
On 2015/09/07 06:48:29, phoglund_chrome wrote: > > > https://code.google.com/p/chromium/codesearch#chromium/src/tools/perf/measurements/webrtc.py&q=webrtc.py&sq=package:chromium&l=1 > > > > > > ...
5 years, 3 months ago (2015-09-08 20:44:07 UTC) #19
phoglund_chromium
> > > > Right, so then the options are to either write a new ...
5 years, 3 months ago (2015-09-09 07:30:06 UTC) #20
cpaulin (no longer in chrome)
On 2015/09/09 07:30:06, phoglund_chrome wrote: > > > > > > Right, so then the ...
5 years, 3 months ago (2015-09-10 01:13:31 UTC) #21
cpaulin (no longer in chrome)
On 2015/09/08 20:44:07, cpaulin wrote: > On 2015/09/07 06:48:29, phoglund_chrome wrote: > > > > ...
5 years, 3 months ago (2015-09-10 01:14:57 UTC) #22
cpaulin (no longer in chrome)
On 2015/09/08 20:44:07, cpaulin wrote: > On 2015/09/07 06:48:29, phoglund_chrome wrote: > > > > ...
5 years, 3 months ago (2015-09-10 01:15:08 UTC) #23
nednguyen
On 2015/09/10 01:15:08, cpaulin wrote: > On 2015/09/08 20:44:07, cpaulin wrote: > > On 2015/09/07 ...
5 years, 3 months ago (2015-09-10 02:36:34 UTC) #24
phoglund_chromium
> > Patrik, what do we mean exactly by new measurement, since my CL introduces ...
5 years, 3 months ago (2015-09-10 07:38:28 UTC) #25
cpaulin (no longer in chrome)
On 2015/09/10 07:38:28, phoglund_chrome wrote: > > > > Patrik, what do we mean exactly ...
5 years, 3 months ago (2015-09-10 23:54:57 UTC) #26
nednguyen
https://codereview.chromium.org/1254023003/diff/40001/tools/perf/page_sets/webrtc_rendering_measurement.py File tools/perf/page_sets/webrtc_rendering_measurement.py (right): https://codereview.chromium.org/1254023003/diff/40001/tools/perf/page_sets/webrtc_rendering_measurement.py#newcode24 tools/perf/page_sets/webrtc_rendering_measurement.py:24: repeatable=False): Looking at the trace, I can't find Action_Create_PeerConnection ...
5 years, 3 months ago (2015-09-11 00:56:32 UTC) #27
nednguyen
https://codereview.chromium.org/1254023003/diff/40001/tools/perf/page_sets/webrtc_rendering_measurement.py File tools/perf/page_sets/webrtc_rendering_measurement.py (right): https://codereview.chromium.org/1254023003/diff/40001/tools/perf/page_sets/webrtc_rendering_measurement.py#newcode24 tools/perf/page_sets/webrtc_rendering_measurement.py:24: repeatable=False): On 2015/09/11 00:56:32, nednguyen wrote: > Looking at ...
5 years, 3 months ago (2015-09-11 00:58:44 UTC) #28
cpaulin (no longer in chrome)
On 2015/09/11 00:58:44, nednguyen wrote: > https://codereview.chromium.org/1254023003/diff/40001/tools/perf/page_sets/webrtc_rendering_measurement.py > File tools/perf/page_sets/webrtc_rendering_measurement.py (right): > > https://codereview.chromium.org/1254023003/diff/40001/tools/perf/page_sets/webrtc_rendering_measurement.py#newcode24 > ...
5 years, 3 months ago (2015-09-14 18:09:30 UTC) #29
cpaulin (no longer in chrome)
On 2015/09/14 18:09:30, cpaulin wrote: > On 2015/09/11 00:58:44, nednguyen wrote: > > > https://codereview.chromium.org/1254023003/diff/40001/tools/perf/page_sets/webrtc_rendering_measurement.py ...
5 years, 3 months ago (2015-09-14 20:52:53 UTC) #30
nednguyen
https://codereview.chromium.org/1254023003/diff/60001/tools/perf/benchmarks/webrtc_rendering.py File tools/perf/benchmarks/webrtc_rendering.py (right): https://codereview.chromium.org/1254023003/diff/60001/tools/perf/benchmarks/webrtc_rendering.py#newcode23 tools/perf/benchmarks/webrtc_rendering.py:23: filter_string='cc') The bug here is that the filter string ...
5 years, 3 months ago (2015-09-14 21:42:33 UTC) #31
cpaulin (no longer in chrome)
On 2015/08/28 21:26:02, qiangchenC wrote: > I'm not familiar with browser test framework, so I ...
5 years, 3 months ago (2015-09-16 01:04:41 UTC) #32
cpaulin (no longer in chrome)
Patch Set 6 is out, please review at your convenience https://codereview.chromium.org/1254023003/diff/20001/chrome/test/data/webrtc_rendering/loopback_peerconnection.html File chrome/test/data/webrtc_rendering/loopback_peerconnection.html (right): https://codereview.chromium.org/1254023003/diff/20001/chrome/test/data/webrtc_rendering/loopback_peerconnection.html#newcode8 ...
5 years, 3 months ago (2015-09-16 22:57:05 UTC) #33
phoglund_chromium
I think the general structure looks good, but the python code needs a lot of ...
5 years, 3 months ago (2015-09-17 11:23:58 UTC) #34
cpaulin (no longer in chrome)
Hi all, I have implemented the very helpful suggestions from phoglund@ and the new patch ...
5 years, 3 months ago (2015-09-17 23:58:55 UTC) #35
cpaulin (no longer in chrome)
Hi Patch set 8 is out with minor cosmetic changes
5 years, 3 months ago (2015-09-18 00:13:41 UTC) #36
phoglund_chromium
I did another round on the python code. It's much better but needs some work. ...
5 years, 3 months ago (2015-09-18 08:24:03 UTC) #37
cpaulin (no longer in chrome)
I addressed all comments. Also patch set 9 is out with the unittests! Thanks Christian ...
5 years, 3 months ago (2015-09-23 01:11:18 UTC) #38
phoglund_chromium
Now that is damn near perfect. lgtm https://codereview.chromium.org/1254023003/diff/160001/tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py File tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py (right): https://codereview.chromium.org/1254023003/diff/160001/tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py#newcode59 tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py:59: Nit: this ...
5 years, 3 months ago (2015-09-24 07:11:47 UTC) #39
cpaulin (no longer in chrome)
Patch Set 10 is out with the new checks for the 'Serial' field of traces ...
5 years, 3 months ago (2015-09-24 21:47:38 UTC) #40
nednguyen
+Ethan: can you take a pass at this?
5 years, 3 months ago (2015-09-24 21:49:36 UTC) #42
cpaulin (no longer in chrome)
On 2015/09/24 21:49:36, nednguyen wrote: > +Ethan: can you take a pass at this? Ethan, ...
5 years, 2 months ago (2015-09-28 17:58:48 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/180001
5 years, 2 months ago (2015-09-28 18:36:46 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/124929) android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 2 months ago (2015-09-28 18:46:56 UTC) #48
eakuefner
Sorry for the delay, some comments. https://codereview.chromium.org/1254023003/diff/180001/tools/perf/benchmarks/webrtc_rendering.py File tools/perf/benchmarks/webrtc_rendering.py (right): https://codereview.chromium.org/1254023003/diff/180001/tools/perf/benchmarks/webrtc_rendering.py#newcode38 tools/perf/benchmarks/webrtc_rendering.py:38: return bool(RE_BENCHMARK_VALUES.match(value.name)) It ...
5 years, 2 months ago (2015-09-28 19:49:48 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/180001
5 years, 2 months ago (2015-09-28 19:54:51 UTC) #51
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_compile_dbg/builds/65537) linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 2 months ago (2015-09-28 19:58:57 UTC) #53
nednguyen
https://codereview.chromium.org/1254023003/diff/180001/tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py File tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py (right): https://codereview.chromium.org/1254023003/diff/180001/tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py#newcode89 tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py:89: ideal_render_instant = 'Ideal Render Instant' These constant strings should ...
5 years, 2 months ago (2015-09-28 20:56:43 UTC) #54
cpaulin (no longer in chrome)
Patch set 12 is done with all comments addressed, hopefully we can land this CL ...
5 years, 2 months ago (2015-09-29 15:50:25 UTC) #55
nednguyen
lgtm Please wait for Ethan's stamp. https://codereview.chromium.org/1254023003/diff/220001/tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py File tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py (right): https://codereview.chromium.org/1254023003/diff/220001/tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py#newcode29 tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py:29: def __init__(self, **kwargs): ...
5 years, 2 months ago (2015-09-29 15:59:07 UTC) #56
cpaulin (no longer in chrome)
On 2015/09/29 15:59:07, nednguyen wrote: > lgtm > > Please wait for Ethan's stamp. > ...
5 years, 2 months ago (2015-09-29 16:51:16 UTC) #57
cpaulin (no longer in chrome)
Patch set 13 is out https://codereview.chromium.org/1254023003/diff/220001/tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py File tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py (right): https://codereview.chromium.org/1254023003/diff/220001/tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py#newcode29 tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_stats.py:29: def __init__(self, **kwargs): On ...
5 years, 2 months ago (2015-09-29 17:00:58 UTC) #58
eakuefner
lgtm https://codereview.chromium.org/1254023003/diff/180001/tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_timeline.py File tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_timeline.py (right): https://codereview.chromium.org/1254023003/diff/180001/tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_timeline.py#newcode20 tools/telemetry/telemetry/web_perf/metrics/webrtc_rendering_timeline.py:20: WebRtcRendering_drift_time usec On 2015/09/29 at 15:50:25, cpaulin wrote: ...
5 years, 2 months ago (2015-09-29 18:09:27 UTC) #59
cpaulin (no longer in chrome)
Added improvement_direction to all metrics output and removed frame_distribution from metrics output as it is ...
5 years, 2 months ago (2015-09-29 18:59:05 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/280001
5 years, 2 months ago (2015-09-29 19:02:25 UTC) #66
eakuefner
On 2015/09/29 at 18:59:05, cpaulin wrote: > Added improvement_direction to all metrics output and removed ...
5 years, 2 months ago (2015-09-29 19:02:26 UTC) #67
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/300001
5 years, 2 months ago (2015-09-29 22:27:59 UTC) #69
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_perf_bisect on tryserver.chromium.perf (JOB_FAILED, no build URL)
5 years, 2 months ago (2015-09-29 22:34:26 UTC) #71
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/300001
5 years, 2 months ago (2015-09-29 23:41:10 UTC) #79
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_perf_bisect on tryserver.chromium.perf (JOB_FAILED, no build URL)
5 years, 2 months ago (2015-09-29 23:50:23 UTC) #81
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/300001
5 years, 2 months ago (2015-09-30 15:39:56 UTC) #83
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_perf_bisect on tryserver.chromium.perf (JOB_FAILED, no build URL)
5 years, 2 months ago (2015-09-30 15:42:19 UTC) #85
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/300001
5 years, 2 months ago (2015-10-01 16:44:19 UTC) #87
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_perf_bisect on tryserver.chromium.perf (JOB_FAILED, no build URL)
5 years, 2 months ago (2015-10-01 16:47:25 UTC) #89
qiangchen
lgtm
5 years, 2 months ago (2015-10-05 20:52:10 UTC) #90
nednguyen(REVIEW IN OTHER ACC)
On 2015/10/05 20:52:10, qiangchenC wrote: > lgtm What is the status of this change?
5 years, 2 months ago (2015-10-08 00:21:42 UTC) #91
cpaulin (no longer in chrome)
On 2015/10/08 00:21:42, nednguyen(REVIEW IN OTHER ACC) wrote: > On 2015/10/05 20:52:10, qiangchenC wrote: > ...
5 years, 2 months ago (2015-10-08 13:35:41 UTC) #92
cpaulin (no longer in chrome)
On 2015/10/08 00:21:42, nednguyen(REVIEW IN OTHER ACC) wrote: > On 2015/10/05 20:52:10, qiangchenC wrote: > ...
5 years, 2 months ago (2015-10-08 13:35:43 UTC) #93
nednguyen
5 years, 2 months ago (2015-10-08 15:05:22 UTC) #95
Zhen Wang
https://codereview.chromium.org/1254023003/diff/320001/tools/perf/benchmarks/webrtc_rendering.py File tools/perf/benchmarks/webrtc_rendering.py (right): https://codereview.chromium.org/1254023003/diff/320001/tools/perf/benchmarks/webrtc_rendering.py#newcode20 tools/perf/benchmarks/webrtc_rendering.py:20: filter_string='webrtc, webkit.console, blink.console') Remove the space here should fix ...
5 years, 2 months ago (2015-10-08 17:56:15 UTC) #96
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/340001
5 years, 2 months ago (2015-10-08 18:48:32 UTC) #98
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_perf_bisect on tryserver.chromium.perf (JOB_FAILED, no build URL)
5 years, 2 months ago (2015-10-08 18:55:10 UTC) #100
eakuefner
Chatted with Christian offline -- just so there's no confusion, from my perspective, this CL ...
5 years, 2 months ago (2015-10-08 19:57:55 UTC) #101
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/380001
5 years, 2 months ago (2015-10-08 20:30:29 UTC) #103
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_perf_bisect on tryserver.chromium.perf (JOB_FAILED, no build URL)
5 years, 2 months ago (2015-10-08 20:37:03 UTC) #105
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/400001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/400001
5 years, 2 months ago (2015-10-08 22:25:53 UTC) #107
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_perf_bisect on tryserver.chromium.perf (JOB_FAILED, no build URL)
5 years, 2 months ago (2015-10-08 22:40:15 UTC) #109
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/400001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/400001
5 years, 2 months ago (2015-10-08 23:05:18 UTC) #111
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/124314)
5 years, 2 months ago (2015-10-09 00:05:44 UTC) #113
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/420001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/420001
5 years, 2 months ago (2015-10-09 20:50:29 UTC) #115
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_perf_bisect on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/win_perf_bisect/builds/3990)
5 years, 2 months ago (2015-10-10 01:44:35 UTC) #117
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/440001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/440001
5 years, 2 months ago (2015-10-12 17:13:39 UTC) #119
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-12 19:32:55 UTC) #121
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/440001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/440001
5 years, 2 months ago (2015-10-12 22:36:42 UTC) #124
commit-bot: I haz the power
Committed patchset #23 (id:440001)
5 years, 2 months ago (2015-10-12 22:43:43 UTC) #125
commit-bot: I haz the power
Patchset 23 (id:??) landed as https://crrev.com/4db46d73b08de41f0d838408b9b79b8844769489 Cr-Commit-Position: refs/heads/master@{#353615}
5 years, 2 months ago (2015-10-12 22:44:40 UTC) #126
Marc Treib
A revert of this CL (patchset #23 id:440001) has been created in https://codereview.chromium.org/1401903002/ by treib@chromium.org. ...
5 years, 2 months ago (2015-10-13 09:53:47 UTC) #127
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/460001
5 years, 2 months ago (2015-10-14 17:59:06 UTC) #129
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/117012)
5 years, 2 months ago (2015-10-14 19:18:41 UTC) #131
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/460001
5 years, 2 months ago (2015-10-14 20:15:50 UTC) #133
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-14 20:57:08 UTC) #135
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254023003/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254023003/460001
5 years, 2 months ago (2015-10-14 20:59:35 UTC) #138
commit-bot: I haz the power
Committed patchset #24 (id:460001)
5 years, 2 months ago (2015-10-14 21:05:44 UTC) #139
commit-bot: I haz the power
5 years, 2 months ago (2015-10-14 21:06:36 UTC) #140
Message was sent while issue was closed.
Patchset 24 (id:??) landed as
https://crrev.com/48cd49f762c805387937845ca64528f1dbc975ba
Cr-Commit-Position: refs/heads/master@{#354111}

Powered by Google App Engine
This is Rietveld 408576698