-
Notifications
You must be signed in to change notification settings - Fork 6.8k
test(radio): add performance tests for mat-radio-button #19552
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
Conversation
await runBenchmark({ | ||
id: 'render-two-radio-buttons', | ||
url: '', | ||
ignoreBrowserSynchronization: true, |
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.
Out of curiosity: Should we disable browser synchronization by default? We set it quite often and it feels unnecessary to repeat that everywhere? Surely can be a follow-up 😄
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.
Sure, should be a simple change 👍
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, just one nit suggestion for the naming of the clicks between
test. We should track the default for synchronization somewhere. Could you create a JIRA or Github ticket? (can be super-small)
b8461a8
to
9a8c016
Compare
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. Only one nit comment about the test strategy for changing radio buttons.
* test(radio): add performance tests for mat-radio-button * fixup! test(radio): add performance tests for mat-radio-button * fixup! test(radio): add performance tests for mat-radio-button * fixup! test(radio): add performance tests for mat-radio-button * fixup! test(radio): add performance tests for mat-radio-button * fixup! test(radio): add performance tests for mat-radio-button
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Overview