Skip to content

Instantly share code, notes, and snippets.

@marta-pinkowska
Last active February 20, 2023 17:17
Show Gist options
  • Save marta-pinkowska/020ea755bf8ca1d0bd14be6c4972cce3 to your computer and use it in GitHub Desktop.
Save marta-pinkowska/020ea755bf8ca1d0bd14be6c4972cce3 to your computer and use it in GitHub Desktop.
# 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