Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koko57 committed Dec 27, 2023
1 parent 1ea7ae1 commit c31144f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/perf-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ We use Reassure for monitoring performance regression. It helps us check if our
## How does Reassure work?

- Reassure builds on the existing React Testing Library setup and adds a performance measurement functionality. It's intended to be used on local machine and on a remote server as part of your continuous integration setup.
- To make sure the results are reliable and consistent, Reassure runstests twice – once for the current branch and once for the base branch.
- To make sure the results are reliable and consistent, Reassure runs tests twice – once for the current branch and once for the base branch.

## Performance Testing Strategy (`measurePerformance`)

Expand Down Expand Up @@ -66,4 +66,4 @@ test('Count increments on press', async () => {
{ scenario, runs: 20 }
);
});
```
```

0 comments on commit c31144f

Please sign in to comment.