NEW 187311
MeasurementSet should merge last four segments into two if values are identical.
https://bugs.webkit.org/show_bug.cgi?id=187311
Summary MeasurementSet should merge last four segments into two if values are identical.
dewei_zhu
Reported 2018-07-03 18:24:37 PDT
MeasurementSet should merge last four segments into two if values are identical.
Attachments
Patch (8.85 KB, patch)
2018-07-03 18:26 PDT, dewei_zhu
no flags
Patch (9.78 KB, patch)
2018-07-04 03:25 PDT, dewei_zhu
rniwa: review+
dewei_zhu
Comment 1 2018-07-03 18:26:37 PDT
Ryosuke Niwa
Comment 2 2018-07-03 19:31:15 PDT
Comment on attachment 344252 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=344252&action=review > Websites/perf.webkit.org/public/v3/models/measurement-set.js:245 > + if (!segmentationSeries.length || value !== segmentationSeries[segmentationSeries.length - 1].value) I think it's cleaner to move this logic to addSegment and rename it to addSegmentMergingIdenticalSegments. The function can then just compare the last value of segmentationSeries and the newly computed value.
dewei_zhu
Comment 3 2018-07-04 03:25:19 PDT
Note You need to log in before you can comment on or make changes to this bug.