| commit | ecc7489b08a983561abcfac8992c34a8d33b8eaf | [log] [tgz] |
|---|---|---|
| author | Anivia Li <aniviali@fuchsia.infra.roller.google.com> | Thu Mar 27 13:29:36 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Mar 27 13:32:01 2025 -0700 |
| tree | a61b9bf71da811f956797d02409c18eaf67eef9f | |
| parent | 7051848319554dc5f4f6ae400148a5d5abe0601c [diff] |
[roll] Roll cobalt-registry [prober][test_app2] Add test integer histogram metric & reports with impossible buckets The metric & reports are added for testing `step_multiplier_float`, mainly testing whether the impossible buckets are dropped in the report. Metric & reports added in https://fuchsia-review.git.corp.google.com/c/cobalt-registry/+/1225426 do not have any impossible bucket so they didn't serve the purpose of testing them. For an exponential histogram with parameter: floor: 0 num_buckets: 10 initial_step: 1 step_multiplier_float: 1.1 The buckets will be: bucket 0 (Underflow bucket): [-inf,0) bucket 1: [0,1) bucket 2: [1,1.1) -> [1,2) bucket 3: [1.1,1.21) -> [2,2) -> impossible bucket 4: [1.21,1.33) -> [2,2) -> impossible bucket 5: [1.33,1.46) -> [2,2) -> impossible bucket 6: [1.46,1.61) -> [2,2) -> impossible bucket 7: [1.61,1.77) -> [2,2) -> impossible bucket 8: [1.77,1.95) -> [2,2) -> impossible bucket 9: [1.95,2.14) -> [2,3) bucket 10: [2.14,2.36) -> [3,3) -> impossible bucket 11 (Overflow bucket): [2.36, inf) -> [3, inf) Original-Bug: 402465128 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/cobalt-registry/+/1238185 Privacy-Approval: Alex Pankhurst <pankhurst@google.com> Original-Revision: 14dc4c9850b8a194ef781a8f1dd21594281e9ccf GitOrigin-RevId: a395d3fe707570f1e4345393244fc120b51f0bd5 Change-Id: I0e765be31aabbcf6747c72dfe184f7bd89fc7b63
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.