commit | 4a101d0672ce1a7138a609f43a3a5f8259bb9eef | [log] [tgz] |
---|---|---|
author | ssid <ssid@chromium.org> | Thu Sep 28 22:11:29 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 28 22:11:29 2023 |
tree | 94ad94a068d3ad6a7caf1003fdf0486b7e5a8ff7 | |
parent | 0c012e704b7b990e6e416a8a1493c3b65035cb8b [diff] |
Do not run signal updates for every model Run signal updates only when model version is updated. There is lot of overhead in running through all info and fetching signals. Also optimize signal filtering by avoiding copying uma features twice, instead iterate through the list of features manually. Bug: b/299529800 Change-Id: Ib51a5941aa7ea302057c8a08aff1ae05c03ba8b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4886780 Reviewed-by: Salvador Guerrero Ramos <salg@google.com> Commit-Queue: Siddhartha S <ssid@chromium.org> Cr-Commit-Position: refs/heads/main@{#1202877}
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.