|
|
DescriptionRemove --no-sandbox flag from command line for telemetry
Now that the browser is able to dump for child processes the
--no-sandbox flag is not required for getting memory statistics. So,
this is removed form the telemetry benchmarks.
BUG=461788
CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:win_perf_bisect
Committed: https://crrev.com/2bf18cfdfa1b8b0bd829edea2d90277e7e5b0b71
Cr-Commit-Position: refs/heads/master@{#372667}
Patch Set 1 #Patch Set 2 : More fixes. #
Total comments: 2
Patch Set 3 : Keep it in doc. #Patch Set 4 : Remove telemetry/ #
Messages
Total messages: 47 (22 generated)
Description was changed from ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. In future it might be required for android when secomp sandbox is introduced on android. BUG=461788 ========== to ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. In future it might be required for android when secomp sandbox is introduced on android. BUG=461788 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect ==========
ssid@chromium.org changed reviewers: + primiano@chromium.org
If the sandbox fix is stable then this can land. The reference to the bug is still there in the log message in dump_manager.cc. But I think i will leave it there for now since it will become true once the android seccomp is enabled. there is another referecne to the bug in clear_refs file. I don't think there is a solution to that issue.
Description was changed from ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. In future it might be required for android when secomp sandbox is introduced on android. BUG=461788 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect ========== to ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. In future it might be required for android when seccomp sandbox is introduced on android. BUG=461788 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect ==========
LGTM once the other dependencies get unblocked. Also I think you want to remove the comment about Android, as you tried and seems to work.
Description was changed from ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. In future it might be required for android when seccomp sandbox is introduced on android. BUG=461788 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect ========== to ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. BUG=461788 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect ==========
I made few more changes. Just realized android is not an issue anymore. ptal.
The CQ bit was checked by ssid@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1584583003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1584583003/20001
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
ssid@chromium.org changed reviewers: + nednguyen@google.com
+ned ptal thanks.
Description was changed from ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. BUG=461788 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect ========== to ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. BUG=461788 TBR=oysteine@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect ==========
lgtm
On 2016/01/21 14:24:05, nednguyen wrote: > lgtm Hmhh, actually does this make the benchmark with reference browser fail?
On 2016/01/21 14:24:37, nednguyen wrote: > On 2016/01/21 14:24:05, nednguyen wrote: > > lgtm > > Hmhh, actually does this make the benchmark with reference browser fail? Good point. ssid can you check if any of the benchmarks that use memory-infra have a reference build? I am pretty sure memory.top_10_mobile doesn't. Not sure about the other ones.
worst case we could stay conservative and turn that into a todo. I think that memory_infra.py should be fine, check the blink benchmark https://codereview.chromium.org/1584583003/diff/20001/components/tracing/docs... File components/tracing/docs/memory_infra.md (left): https://codereview.chromium.org/1584583003/diff/20001/components/tracing/docs... components/tracing/docs/memory_infra.md:22: 4. For now, some subsystems only work if Chrome is started with the I think you want to keep this for a while, as ppl will still need for the current stable / beta
Description was changed from ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. BUG=461788 TBR=oysteine@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect ========== to ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. BUG=461788 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect ==========
There are no reference build runs for any of the affected benchmarks. It is disabled because memory-infra is relatively new. So, this flag can be removed. https://codereview.chromium.org/1584583003/diff/20001/components/tracing/docs... File components/tracing/docs/memory_infra.md (left): https://codereview.chromium.org/1584583003/diff/20001/components/tracing/docs... components/tracing/docs/memory_infra.md:22: 4. For now, some subsystems only work if Chrome is started with the On 2016/01/21 16:58:52, Primiano Tucci wrote: > I think you want to keep this for a while, as ppl will still need for the > current stable / beta Done.
The CQ bit was checked by ssid@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1584583003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1584583003/40001
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was checked by ssid@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1584583003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1584583003/40001
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
On 2016/01/27 19:55:25, commit-bot: I haz the power wrote: > Dry run: Try jobs failed on following builders: > chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, > http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...) Right, I think you need to move this change to catapult :)
The CQ bit was checked by ssid@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from primiano@chromium.org, nednguyen@google.com Link to the patchset: https://codereview.chromium.org/1584583003/#ps60001 (title: "Remove telemetry/")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1584583003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1584583003/60001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_10_10_perf_bisect on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/mac_10_10_perf_b...)
The CQ bit was checked by ssid@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1584583003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1584583003/60001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_10_10_perf_bisect on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/mac_10_10_perf_b...)
On 2016/02/01 15:52:06, commit-bot: I haz the power wrote: > Try jobs failed on following builders: > mac_10_10_perf_bisect on tryserver.chromium.perf (JOB_FAILED, > http://build.chromium.org/p/tryserver.chromium.perf/builders/mac_10_10_perf_b...) If the failure looks unrelated, feel free to file a bug about them & remove "tryserver.chromium.perf:mac_10_10_perf_bisect;" from CQ_EXTRA_TRYBOTS
Description was changed from ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. BUG=461788 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect ========== to ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. BUG=461788 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:win_perf_bisect ==========
The CQ bit was checked by ssid@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1584583003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1584583003/60001
Message was sent while issue was closed.
Description was changed from ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. BUG=461788 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:win_perf_bisect ========== to ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. BUG=461788 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:win_perf_bisect ==========
Message was sent while issue was closed.
Committed patchset #4 (id:60001)
Message was sent while issue was closed.
Description was changed from ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. BUG=461788 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:win_perf_bisect ========== to ========== Remove --no-sandbox flag from command line for telemetry Now that the browser is able to dump for child processes the --no-sandbox flag is not required for getting memory statistics. So, this is removed form the telemetry benchmarks. BUG=461788 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:win_perf_bisect Committed: https://crrev.com/2bf18cfdfa1b8b0bd829edea2d90277e7e5b0b71 Cr-Commit-Position: refs/heads/master@{#372667} ==========
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/2bf18cfdfa1b8b0bd829edea2d90277e7e5b0b71 Cr-Commit-Position: refs/heads/master@{#372667}
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/1659033002/ by ssid@chromium.org. The reason for reverting is: MemoryInfra benchmarks are failing after this CL. crbug.com/583101. |