-
Notifications
You must be signed in to change notification settings - Fork 28.6k
with_coverage_time_ms, without_change_elapsed_time_ms flutter_test_performance regressions. #71851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @cbracken. I believe we need to bisect this to a Dart SDK roll. Unfortunately, there are 7 Dart SDK rolls in the engine roll. |
Reassigned per @cbracken. |
@gw280 I believe you mentioned you were working on the bisect. Please give a shout if you are blocked on anything. |
Bisect is still ongoing. I keep hitting roadblocks, the latest one being getting a working android environment setup on my P920 which (I believe) is the reason the test isn't running locally. |
It's this Dart SDK roll: flutter/engine#22801 |
@jensjoha several PRs this area in that roll: https://dart.googlesource.com/sdk.git/+log/7a2a3968ef53..e9a03fd98faa |
I just bisected that roll, it's due to this change: https://dart.googlesource.com/sdk.git/+/27ed7912af86426288107bfaa09b31c36099e4ba |
Should be fixed with https://dart-review.googlesource.com/c/sdk/+/175724. |
This was broken after constant coverage was recorded in dill because reading the source then needed to have the link table too (which it doesn't have when using readComponentSource). Fixes flutter/flutter#71851. Change-Id: I90b6a185abd133c7d08fd335f69faf634684738b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/175724 Commit-Queue: Jens Johansen <[email protected]> Reviewed-by: Johnni Winther <[email protected]>
The linked fix landed 3 days ago but the autoroller was paused for #72158. I have re-enabled it now and it should be rolled in soon-ish. |
https://flutter-flutter-perf.skia.org/e/?begin=1606867006&queries=sub_result%3Dwithout_change_elapsed_time_ms&requestType=0 - looks like we're back down to the old figures again. Closing. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
https://flutter-flutter-perf.skia.org/e/?begin=1607101951&end=1607126887&keys=Xcdf4b4870fdb6d16ea08ac351176954f&num_commits=50&request_type=1&xbaroffset=22738
Same roll as #71850; #71699.
The text was updated successfully, but these errors were encountered: