-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[charts] Replace path
with circle
for perf improvement
#14518
Conversation
alexfauquette
commented
Sep 6, 2024
- I have followed (at least) the PR section of the contributing guide.
Deploy preview: https://deploy-preview-14518--material-ui-x.netlify.app/ |
path
by circle
for perf improvementpath
with circle
for perf improvement
CodSpeed Performance ReportMerging #14518 will not alter performanceComparing Summary
|
/** | ||
* If `true` marks will render `<circle />` instead of `<path />` and drop theme override for faster rendering. | ||
*/ | ||
markPerfUpdate?: boolean; |
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.
markPerfUpdate?: boolean; | |
usePerformantMarks?: boolean; |
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.
markPerfUpdate?: boolean; | |
improveMarkPerformance?: boolean; |
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.
markPerfUpdate
sounds vague, "update" is a status, so it doesn't fully describe the action I 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.
What about experimentalMarkRendering
To say it's planned to be the future default behavior in v8?
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.
Yeah, I think that would be great
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.
rerunning the tests as I didn't see the cause for them failing 🤔
To fix benchmarks #14573 |