-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Added benchmark for early removal of unused raster cache entris mecha… #107918
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
Added benchmark for early removal of unused raster cache entris mecha… #107918
Conversation
super.initState(); | ||
|
||
_controller = AnimationController(vsync: this, duration: const Duration(seconds: 2)); | ||
// Animations are typically implemented using the AnimatedBuilder widget. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This benchmark has no history to maintain. It looks like this comment and implementation were cut/pasted from some other benchmark that had to deal with consistency, but that doesn't apply here. Shouldn't it use the more recommended mechanism in this case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, using AnimatedBuilder now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I went ahead and added the autosubmit label so this can get into the tree to start gathering baseline data. |
benchmark for flutter/engine#34627
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.