commit | 3d9bf5b83e57ad46ae3114ea2dc6a09729687dd5 | [log] [tgz] |
---|---|---|
author | Adithya Srinivasan <adithyas@chromium.org> | Thu Oct 31 20:44:54 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 31 20:44:54 2024 |
tree | 146db8556b1b907ef04ca96f9ecb213a19795078 | |
parent | 50dd749931724e4b983d05402e109becf7f0d7ff [diff] |
Preload: Fix Recall calculation for PreloadingViewportHeuristics We were previously only calculating recall using navigations from pages where the heuristic made a prediction, which results in a non-representative (higher) recall value, as there are pages where no prediction is made but a better predictor could have made one. We now treat every page with a speculation rule as part of the recall calculation (similar to what we do with the other predictors). Bug: 372053392 Change-Id: I1698e6dacb0002c8096996f7fbd89590045c05dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5979632 Reviewed-by: Jeremy Roman <jbroman@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/main@{#1376582}
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.