Skip to content
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

Baseline is not VCS friendly #16

Open
TWiStErRob opened this issue Mar 9, 2023 · 0 comments
Open

Baseline is not VCS friendly #16

TWiStErRob opened this issue Mar 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@TWiStErRob
Copy link
Contributor

The baseline file is not VCS friendly, because it's a single-line JSON.
Please consider

  • auto-formatting the file,
  • ensuring the the contents are also sorted by something stable.

For example on the top level sort by their name, and the internal trace list should also be sorted by for example traces.sort { "${it.owner}/${it.name}/${it.descriptor}" }.

This will make multiple runs on the same project produce nice diffs/PRs as the project evolves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants