lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

Update metrics.rs

Open DoTheBestToGetTheBest opened this issue 1 year ago • 7 comments
trafficstars

related with https://github.com/sigp/lighthouse/issues/5206

i adjusted for a range up to 0.1 seconds (100ms)

DoTheBestToGetTheBest avatar Feb 08 '24 00:02 DoTheBestToGetTheBest

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Feb 08 '24 00:02 CLAassistant

Metrics from the original issue show that the lower resolution is not being used. Not sure @michaelsproul if you need 5ms resolution, otherwise the metric lin range could be of resolution 10ms and range up to 200ms

linear_buckets(0.01, 0.01, 20)

dapplion avatar Feb 08 '24 02:02 dapplion

yeah IMO 10ms would be fine, I would also prefer less buckets (10-15, not 20)

michaelsproul avatar Feb 08 '24 03:02 michaelsproul

@DoTheBestToGetTheBest you also need to accept the CLA

michaelsproul avatar Feb 08 '24 03:02 michaelsproul

Metrics from the original issue show that the lower resolution is not being used. Not sure @michaelsproul if you need 5ms resolution, otherwise the metric lin range could be of resolution 10ms and range up to 200ms

linear_buckets(0.01, 0.01, 20)

thank you for your review!

yeah IMO 10ms would be fine, I would also prefer less buckets (10-15, not 20)

thank you for your review! changed to 10

DoTheBestToGetTheBest avatar Feb 08 '24 11:02 DoTheBestToGetTheBest

@DoTheBestToGetTheBest you also need to accept the CLA

what is this?

DoTheBestToGetTheBest avatar Feb 09 '24 13:02 DoTheBestToGetTheBest

It's a contributor license agreement, it just says that you agree to license your contributions under the same license as the rest of Lighthouse (Apache 2.0). It's a bit of a bureaucratic hurdle, but only takes a second, see: https://github.com/sigp/lighthouse/pull/5215#issuecomment-1933178620.

michaelsproul avatar Feb 09 '24 22:02 michaelsproul

@DoTheBestToGetTheBest you also need to accept the CLA

what is this?

At the bottom of this PR, or the direct link: https://cla-assistant.io/sigp/lighthouse?pullRequest=5215

chong-he avatar Feb 21 '24 13:02 chong-he