RESOLVED WONTFIX Bug 177596
Speedometer 2.0: Debounce rendering footer for Flight suite
https://bugs.webkit.org/show_bug.cgi?id=177596
Summary Speedometer 2.0: Debounce rendering footer for Flight suite
Shiyu Zhang
Reported 2017-09-28 01:25:38 PDT
Created attachment 322071 [details] Debounce rendering footer for Flight case I noticed that backbone case has debounced rendering the footer (the statistics). That means the footer would not be re-rendered until the todo-list restores stability, which is a reasonable optimization I think. I tried the same debouncing strategy for flight case, it gained 20% performance improvement. Shall we apply the debouncing for flight case too?
Attachments
Debounce rendering footer for Flight case (1.03 KB, patch)
2017-09-28 01:25 PDT, Shiyu Zhang
no flags
Ryosuke Niwa
Comment 1 2017-09-28 18:09:38 PDT
No. Please stop making optimizations to the benchmark. We shouldn't be making the benchmark faster. We should be making the browser engines faster.
Note You need to log in before you can comment on or make changes to this bug.