commit | 4d660e0c31f6e0a58fa704ce33ffcb6ed4a4f77c | [log] [tgz] |
---|---|---|
author | Wez <wez@chromium.org> | Thu Mar 25 15:06:27 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 25 15:06:27 2021 |
tree | f6d3c474c13176f52b621e027b4bcd8164f05c9e | |
parent | ec15c753c35a00946119d41b790e1671cbbcb45d [diff] |
[fuchsia] Reduce number of content_shell instances in web tests. Web tests were previously being run with one content_shell instance per CPU core, leading to thread thrashing and flaky test timeouts. Set the number of content_shell instances to be half the number of CPU cores provided by the VM, to avoid contention. Bug: 1185119 Change-Id: Ic2ef2146e87652c12c52206bb57eac6e91f753c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2784884 Auto-Submit: Wez <wez@chromium.org> Reviewed-by: David Dorwin <ddorwin@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#866611}
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.