-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: switch to yaml file for size test golden #19621
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
build: switch to yaml file for size test golden #19621
Conversation
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
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
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
Please rebase |
For consistency with other size-tests's we are going to add, we should move the nav-list one into a folder that is dedicated for list size tests.
Switches the size-test golden from a JSON file to a Yaml file. The motivation is that JSON files quickly can result in merge conflicts. This is mostly because of trailing commas that need to be added when new entries are added to the size-test golden. This should be improved with YAML where a new entry can be added without having to change existing ones.
13c1fa0
to
b997d45
Compare
* build: move nav-list size-test into dedicated `list` folder For consistency with other size-tests's we are going to add, we should move the nav-list one into a folder that is dedicated for list size tests. * build: switch to yaml file for size test golden Switches the size-test golden from a JSON file to a Yaml file. The motivation is that JSON files quickly can result in merge conflicts. This is mostly because of trailing commas that need to be added when new entries are added to the size-test golden. This should be improved with YAML where a new entry can be added without having to change existing ones.
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. |
Switches the size-test golden from a JSON file to a Yaml
file. The motivation is that JSON files quickly can result
in merge conflicts. This is mostly because of trailing commas
that need to be added when new entries are added to the size-test
golden. This should be improved with YAML where a new entry can
be added without having to change existing ones.
Note: Marking as P2 because it would be good to get that in before I start sending more individual PRs for other components affected by light-weight tokens.