-
Notifications
You must be signed in to change notification settings - Fork 89
Customize Force Layout #510
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for webkit-speedometer-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
thank you, this looks good to me
Just a couple of suggestions, tell me what you think
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.
I think the new code doesn't have the same perf characteristics as the old one, speedometer seems to run faster. Do you see that as well?
Just double-checked and I can't really see a perf diff anymore. |
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 is ready for review again.
Currently we have two different modes in which we force layout
getBoundingClientRect
used by default in the benchmark runner and testselementFromPoint
used in the remote workloadsThis PR adds a new
layoutMode
param to switch between the two modes.