[DevTools] Make some breakpoints-related tests work better with true setTimeout 0
Currently SetTimeout(..., 0) is clamped up to 1ms in Chromium while which is not supposed to be in the spec. The Speedometer2 performance can boost ~1% on Windows without it based on Pinpoint perf. This CL is intended to fix the devtool tests that become flaky with https://chromium-review.googlesource.com/c/chromium/src/+/2578703 Bug: 402694 Change-Id: I1ea3747aa97ea8e40ef8d5e7c3cc997ea687bcd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2603037Reviewed-by:Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Wanming Lin <wanming.lin@intel.com> Cr-Commit-Position: refs/heads/master@{#841917}
Showing
Please register or sign in to comment