Bug 190419

Summary: Performance dashboard should show added iterations due failed build requests.
Product: WebKit Reporter: dewei_zhu
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dewei_zhu, lforschler, rniwa
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review+

Description dewei_zhu 2018-10-09 17:33:59 PDT
Performance dashboard should show added iterations due failed build requests.
Comment 1 dewei_zhu 2018-10-09 17:38:56 PDT
Created attachment 351929 [details]
Patch
Comment 2 Ryosuke Niwa 2018-10-09 20:08:30 PDT
Comment on attachment 351929 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=351929&action=review

> Websites/perf.webkit.org/public/v3/pages/analysis-task-page.js:374
> +            this.content('status-summary').innerHTML = `${currentGroup.initialRepetitionCount()} requested, ${currentGroup.repetitionCount() - currentGroup.initialRepetitionCount()} added due to failures.`;

Let's store values in local variables first so that the template literal looks nicer.
Comment 3 Ryosuke Niwa 2018-10-13 12:17:48 PDT
Have you landed this change??
Comment 4 Ryosuke Niwa 2018-10-13 12:18:28 PDT
Landed in https://trac.webkit.org/changeset/236997.

Please don't forget to close bugs. You can use webkit-patch land to do that automatically.
Comment 5 dewei_zhu 2018-10-13 17:45:48 PDT
Thanks! I will use that script.
Comment 6 Radar WebKit Bug Importer 2018-10-14 20:16:26 PDT
<rdar://problem/45261523>