Closed
Description
Multiple text layout benchmarks regressed by 3.5x. This started with #123423. The only thing in that roll that seems relevant is flutter/engine#40470. That change only flips the default build of CanvasKit from unpkg to the local build. I thought we were already using local build, so this is surprising. Maybe we were still hitting the NPM build in benchmarks. Perhaps the issue is in the Chromium build (cc @mdebbar). Could this be v8BreakIterator
related? Should we cache string fragmentation results?