commit | fd8d55c66a65b1d67fddc1d37bff4254bd041177 | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@chromium.org> | Tue Dec 10 14:00:53 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 10 14:00:53 2024 |
tree | 1540b98faf170df6d644e724ffa7bfd079478c1e | |
parent | 8dceeacfcfc7c0bdb9000894480a10574246863e [diff] |
Add UPF probability special case Adds special cases in the UPF for when the probability of an event happening is 0 (in practice, for when a hardware fleet has 0 failures in the sample period). 0**0 results in an error when using decimal.Decimal. Bug: 364508697 Change-Id: Ic89b2278a3cbbfd6397666eec63e32a1aee1a1f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6081380 Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1394241}
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.