RESOLVED FIXED 222857
[perf dashboard] Modernize MeasurementSet
https://bugs.webkit.org/show_bug.cgi?id=222857
Summary [perf dashboard] Modernize MeasurementSet
Ryosuke Niwa
Reported 2021-03-06 02:23:08 PST
Modernize MeasurementSet.
Attachments
Cleanup (23.54 KB, patch)
2021-03-06 02:36 PST, Ryosuke Niwa
dewei_zhu: review+
Ryosuke Niwa
Comment 1 2021-03-06 02:36:22 PST
dewei_zhu
Comment 2 2021-03-06 15:46:11 PST
Comment on attachment 422480 [details] Cleanup View in context: https://bugs.webkit.org/attachment.cgi?id=422480&action=review > Websites/perf.webkit.org/public/v3/models/measurement-set.js:103 > + let suffix = clusterEndTime ? '-' + +clusterEndTime : ''; Use `const`?
dewei_zhu
Comment 3 2021-03-06 15:46:21 PST
r=me
Ryosuke Niwa
Comment 4 2021-03-06 16:08:11 PST
(In reply to dewei_zhu from comment #2) > Comment on attachment 422480 [details] > Cleanup > > View in context: > https://bugs.webkit.org/attachment.cgi?id=422480&action=review > > > Websites/perf.webkit.org/public/v3/models/measurement-set.js:103 > > + let suffix = clusterEndTime ? '-' + +clusterEndTime : ''; > > Use `const`? Good point!
Ryosuke Niwa
Comment 5 2021-03-06 16:25:03 PST
Radar WebKit Bug Importer
Comment 6 2021-03-06 16:26:14 PST
Note You need to log in before you can comment on or make changes to this bug.