Open keertip opened 6 years ago
The switch from dart 1 to dart 2 introduced the "compile to kernel" step, which caused performance regressions when running flutter tests.
Tracking here - make kernel generation step more efficient and faster.
Using the flutter_test_performance benchmark.
@JekCharlsonYu, @mraleph , @jensjoha
@kmillikin, could you add the arcs of work your team will be looking at to get the performance improvements?
https://github.com/flutter/flutter/issues/15767 might be related
The switch from dart 1 to dart 2 introduced the "compile to kernel" step, which caused performance regressions when running flutter tests.
Tracking here - make kernel generation step more efficient and faster.
Using the flutter_test_performance benchmark.