|
|
Chromium Code Reviews
DescriptionPort oortonline_tbm to TBMv2.
BUG=621035
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq
Committed: https://crrev.com/556cffc13ef8cf71b182e0143f89d2f68c449201
Cr-Commit-Position: refs/heads/master@{#410329}
Patch Set 1 #Patch Set 2 : x #
Total comments: 2
Patch Set 3 : Address comment #Patch Set 4 : rebase on top of "multiple metrics" change #Patch Set 5 : Add 'blink' category #Patch Set 6 : fix filter #Messages
Total messages: 55 (24 generated)
Description was changed from ========== Port oortonline_tbm to TBMv2. BUG=621035 ========== to ========== Port oortonline_tbm to TBMv2. BUG=621035 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq ==========
ulan@chromium.org changed reviewers: + petrcermak@chromium.org
PTAL. This CL depends on https://codereview.chromium.org/2104303002/.
LGTM on the memory stuff (don't know the other stuff) with one comment. Thanks, Petr https://codereview.chromium.org/2106133002/diff/20001/tools/perf/benchmarks/o... File tools/perf/benchmarks/oortonline.py (right): https://codereview.chromium.org/2106133002/diff/20001/tools/perf/benchmarks/o... tools/perf/benchmarks/oortonline.py:77: v8_categories = [ does it still make sense to write the categories like this? I think that the following would be more readable: categories = [ # Implicitly disable all categories. '-*', # V8. 'blink.console', 'disabled-by-default-v8.gc', ... # Smoothness. ... # Memory. ... ]
Thanks! https://codereview.chromium.org/2106133002/diff/20001/tools/perf/benchmarks/o... File tools/perf/benchmarks/oortonline.py (right): https://codereview.chromium.org/2106133002/diff/20001/tools/perf/benchmarks/o... tools/perf/benchmarks/oortonline.py:77: v8_categories = [ On 2016/06/29 14:48:18, petrcermak wrote: > does it still make sense to write the categories like this? I think that the > following would be more readable: > > categories = [ > # Implicitly disable all categories. > '-*', > > # V8. > 'blink.console', > 'disabled-by-default-v8.gc', > ... > > # Smoothness. > ... > > # Memory. > ... > ] Done.
I rebased it to use multiple metrics.
petrcermak@chromium.org changed reviewers: + sullivan@chromium.org
LGTM. Annie: Can we please get an owner stamp? Thanks, Petr
(Note: Once again, my LGTM is only for the memory-related stuff. I don't know the rest).
sullivan@chromium.org changed reviewers: + eakuefner@chromium.org
Adding Ethan who is in the office this week and more knowledgeable in TBM2 than I
On 2016/07/08 at 21:16:09, sullivan wrote: > Adding Ethan who is in the office this week and more knowledgeable in TBM2 than I lgtm as long as we agree that current responsiveness metric will be comparable to smoothness for this application, and as long as ulan is happy.
ping
On 2016/07/19 09:37:56, petrcermak wrote: > ping waiting for https://github.com/catapult-project/catapult/issues/2446
Description was changed from ========== Port oortonline_tbm to TBMv2. BUG=621035 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq ========== to ========== Port oortonline_tbm to TBMv2. BUG=621035 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq ==========
The CQ bit was checked by ulan@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from eakuefner@chromium.org, petrcermak@chromium.org Link to the patchset: https://codereview.chromium.org/2106133002/#ps100001 (title: "fix filter")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Your CL relies on deprecated CQ feature(s):
* Specifying master names in CQ_INCLUDE_TRYBOTS part of description without
"master." prefix is deprecated:
tryserver.chromium.perf
For more details, see http://crbug.com/617627.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
Description was changed from ========== Port oortonline_tbm to TBMv2. BUG=621035 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq ========== to ========== Port oortonline_tbm to TBMv2. BUG=621035 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq ==========
On 2016/08/03 10:31:20, commit-bot: I haz the power wrote: > There were warnings when CQ was processing your CL: > * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use > CQ_INCLUDE_TRYBOTS instead. I took the liberty of removing CQ_EXTRA_TRYBOTS from the patch description to avoid this warning. Petr
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_s5_perf_cq on master.tryserver.chromium.perf (JOB_TIMED_OUT, no build URL) linux_perf_cq on master.tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
The CQ bit was checked by petrcermak@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by petrcermak@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_s5_perf_cq on master.tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
The CQ bit was checked by ulan@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by petrcermak@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_s5_perf_cq on master.tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
The CQ bit was checked by petrcermak@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Exceeded global retry quota
The CQ bit was checked by petrcermak@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: winx64_10_perf_cq on master.tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
Description was changed from ========== Port oortonline_tbm to TBMv2. BUG=621035 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq ========== to ========== Port oortonline_tbm to TBMv2. BUG=621035 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq ==========
The CQ bit was checked by petrcermak@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Port oortonline_tbm to TBMv2. BUG=621035 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq ========== to ========== Port oortonline_tbm to TBMv2. BUG=621035 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq ==========
Message was sent while issue was closed.
Committed patchset #6 (id:100001)
Message was sent while issue was closed.
Description was changed from ========== Port oortonline_tbm to TBMv2. BUG=621035 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq ========== to ========== Port oortonline_tbm to TBMv2. BUG=621035 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq Committed: https://crrev.com/556cffc13ef8cf71b182e0143f89d2f68c449201 Cr-Commit-Position: refs/heads/master@{#410329} ==========
Message was sent while issue was closed.
Patchset 6 (id:??) landed as https://crrev.com/556cffc13ef8cf71b182e0143f89d2f68c449201 Cr-Commit-Position: refs/heads/master@{#410329} |
