[webkit-changes] [WebKit/WebKit] 68689c: [Perf dashboard] cost should be an array of Float3...

Ryosuke Niwa noreply at github.com
Thu Jan 11 16:51:23 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 68689c8f037dc23cf39d93bb3345e742fda4921c
      https://github.com/WebKit/WebKit/commit/68689c8f037dc23cf39d93bb3345e742fda4921c
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-01-11 (Thu, 11 Jan 2024)

  Changed paths:
    M Websites/perf.webkit.org/public/shared/statistics.js

  Log Message:
  -----------
  [Perf dashboard] cost should be an array of Float32Array in findOptimalSegmentationInternal
https://bugs.webkit.org/show_bug.cgi?id=267434

Reviewed by Dewei Zhu.

The cost array in findOptimalSegmentationInternal is always intended to be an array of Float32Array
but we were forgetting to instantiate Float32Array for the very first item in the array.

This PR makes it more consistent across the array.

* Websites/perf.webkit.org/public/shared/statistics.js:
(Statistics.new.findOptimalSegmentationInternal):

Canonical link: https://commits.webkit.org/272948@main




More information about the webkit-changes mailing list