commit | a17a8fc36c3f7a64919aa782669c6d9dd5c0bebb | [log] [tgz] |
---|---|---|
author | Sergey Poromov <poromov@chromium.org> | Fri May 07 13:20:15 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 07 13:20:15 2021 |
tree | a9b0c343e722d33e3a20afd0a17a56856f7ac05b | |
parent | 9ef2bdc8b372b8f44fbf4212a052430d38c098ab [diff] |
[sheriff] Revert "[blink/scheduler] Add a perf test for main renderer thread tasks." This reverts commit e0b81913587f0438bd9792b3b6394272533a0ebc. Reason for revert: MainThreadPerfTest.PostTaskPerformance test is consistently failing on Linux: https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests%20%28dbg%29%281%29 Sample run: https://ci.chromium.org/ui/p/chromium/builders/ci/Linux%20Tests%20(dbg)(1)/96420/overview Original change's description: > [blink/scheduler] Add a perf test for main renderer thread tasks. > > Main renderer thread tasks have some overhead linked to metrics > collecting, for instance. Add a performance test to assess the > individual per-task cost. This is important, as in-the-wild profiles > show that the performance overhead of the task scheduler is non-trivial. > > > Change-Id: I19ced6a4a82252a477b3ba6386d453014b3a36f3 > Bug: 1205915 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2871790 > Commit-Queue: Benoit L <lizeb@chromium.org> > Reviewed-by: Alexander Timin <altimin@chromium.org> > Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> > Cr-Commit-Position: refs/heads/master@{#880298} Bug: 1205915 Change-Id: I87716cc66f74149c4dcecd1afe2b7427b77b00b4 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2879916 Auto-Submit: Sergey Poromov <poromov@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Swapnil Gupta <swapnilgupta@google.com> Reviewed-by: Sergey Poromov <poromov@chromium.org> Reviewed-by: Swapnil Gupta <swapnilgupta@google.com> Owners-Override: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#880364}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.