commit | c2964d0f43a4dd6fc4f4c6a507e9651088961f17 | [log] [tgz] |
---|---|---|
author | Abigail Katcoff <abigailkatcoff@chromium.org> | Tue Jan 21 17:34:47 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 21 17:34:47 2025 |
tree | e16f850faf0549d0438e5cf5d367a1e28d0b523e | |
parent | 4733219ed8d7c768fe3baaa8f20f0f17205d6fe4 [diff] |
PA: new bidder worklet thread selector The current method of assigning a thread to a generateBid task is to use a hash of the group's joining origin. This could cause an imbalance in the loads of the worklet threads. Instead, round-robin thread assignment for joining origins and enforce a maximum allowed load imbalance. This CL implements the new thread selection logic, and a subsequent CL will use this logic in the bidder worklet. Bug: 390444489 Change-Id: I0860153154d03cab1f21f84b1af7ea0651d4cd62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6179863 Reviewed-by: Russ Hamilton <behamilton@google.com> Commit-Queue: Abigail Katcoff <abigailkatcoff@chromium.org> Cr-Commit-Position: refs/heads/main@{#1409097}
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.
If you found a bug, please file it at https://crbug.com/new.