Kevin Moore
Kevin Moore
you'll have to cleanup the changelog.
Closing this out. Please reopen if interested
Wonderful! On Wed, Oct 18, 2023 at 9:40 AM Kenzie Davisson ***@***.***> wrote: > See package https://pub.dev/packages/web_benchmarks. We will need > somewhere to submit our benchmark numbers to. Flutter uses...
Great question, @kenzieschmoll ! Ideally we'd see improvements across the board. Everything you list *should* get better–or, hopefully–not worse!
Starting with IPL is great. Any work we could do to track janking frames would be great, too.
I've managed to wire up IPL measurements with Google Analytics. ```js function() { if (window.performance && window.performance.getEntriesByType) { var entries = window.performance.getEntriesByType("navigation"); if (entries.length > 0) { var navTiming =...
`web_benchmarks` is now published with Wasm support. Are you unblocked @kenzieschmoll ?
Also need to figure out if this is `webdev` thing or `build_web_compilers` (I think it's BWC)
This would be something to flag as an option. In *most* cases, I'd argue for alphabetical sort – to ease scanning. If a package author wants to opt-out, it should...
I didn't review the code, but I noticed the staged version: See the double title thingy?