We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e040f59 + a8e3a52 commit ff51a92Copy full SHA for ff51a92
contributingGuides/REASSURE_PERFORMANCE_TEST.md
@@ -26,9 +26,9 @@ We use Reassure for monitoring performance regression. It helps us check if our
26
## Running tests locally
27
28
- Checkout your base environment, eg. `git checkout main`.
29
-- Collect baseline metrics with `npx reassure --baseline`.
+- Collect baseline metrics with `npm run perf-test -- --baseline`.
30
- Apply any desired changes (for testing purposes you can eg. try to slow down a list).
31
-- Collect current metrics with `npx reassure`.
+- Collect current metrics with `npm run perf-test`.
32
- Open up the resulting `output.md` / `output.json` (see console output) to compare the results.
33
- With all that information, Reassure can present the render duration times as statistically significant or meaningless.
34
0 commit comments