Last active
February 20, 2023 17:17
-
-
Save marta-pinkowska/020ea755bf8ca1d0bd14be6c4972cce3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Gather baseline perf measurements | |
| git switch main | |
| yarn install --force | |
| yarn reassure --baseline | |
| # Gather current perf measurements & compare results | |
| git switch - | |
| yarn install --force | |
| yarn reassure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment