Skip to content

Commit ff51a92

Browse files
Merge pull request #57836 from callstack-internal/feat/update-reassure-docs
[NOQA] Update Reassure docs
2 parents e040f59 + a8e3a52 commit ff51a92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributingGuides/REASSURE_PERFORMANCE_TEST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ We use Reassure for monitoring performance regression. It helps us check if our
2626
## Running tests locally
2727

2828
- Checkout your base environment, eg. `git checkout main`.
29-
- Collect baseline metrics with `npx reassure --baseline`.
29+
- Collect baseline metrics with `npm run perf-test -- --baseline`.
3030
- Apply any desired changes (for testing purposes you can eg. try to slow down a list).
31-
- Collect current metrics with `npx reassure`.
31+
- Collect current metrics with `npm run perf-test`.
3232
- Open up the resulting `output.md` / `output.json` (see console output) to compare the results.
3333
- With all that information, Reassure can present the render duration times as statistically significant or meaningless.
3434

0 commit comments

Comments
 (0)