New issue
Advanced search Search tips

Issue 896103 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 894287



Sign in to add a comment

Fix bucketing of rendering benchmark histograms

Project Member Reported by sadrul@chromium.org, Oct 17

Issue description

The rendering benchmark histograms currently use unrealistic buckets for the various metrics (more details in  issue 895184 ). We need to fix up the bucketing, so that the metrics at the various percentiles make sense.
 
I'll check the bin boundaries for all rendering metrics; but, for the particular input_event_latency_tbmv2 metric, why do you think the bucketing is unrealistic? Is it based on one trace file or there is another reason? When I look at the average value among all stories that metric looks OK:

https://v2spa-dot-chromeperf.appspot.com/#session=11003d2a93f09c60b3225c2e689ac83a4c243d1dfac87c5edbbf17ccd7ff7832
You might be right, the buckets for input-latency are probably OK. Another site I was looking at was facebook, but the higher latencies fall in the ~90%ile, so that's probably OK.

For bucketing: we might want to look into using custom buckets, if that's possible, instead of using linear etc. buckets, so that we can have more granularity around the frame-boundaries, and less in the middle.

Sign in to add a comment