-
Notifications
You must be signed in to change notification settings - Fork 363
Closed
Labels
flutter webtoolIssues pertaining to `devtools/tool/` scripts and functionalityIssues pertaining to `devtools/tool/` scripts and functionality
Description
Starting around Flutter candidate version bb14ef665f6b354c6c9423201295ff982093c766, our web benchmark tests fail with the following:
The size the compiled web build "/home/runner/work/devtools/devtools/packages/devtools_app/build/web/main.dart.js" was 17044 kB. This is larger than the benchmark that was set at 5400 kB.
The build size should be as minimal as possible to reduce the web app's initial startup time. If this change is intentional, and expected, please increase the constant "bundleSizeBenchmark".
Some change between flutter/flutter@6390356...bb14ef6 has caused the increase. flutter/flutter#169102 seems likely (FYI @kevmoo)
kevmoo
Metadata
Metadata
Assignees
Labels
flutter webtoolIssues pertaining to `devtools/tool/` scripts and functionalityIssues pertaining to `devtools/tool/` scripts and functionality