From c31144faa7a701bafca3c11e689a13f3864a2145 Mon Sep 17 00:00:00 2001 From: Agata Kosior Date: Wed, 27 Dec 2023 08:48:44 +0100 Subject: [PATCH] fix: minor fix --- tests/perf-test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/perf-test/README.md b/tests/perf-test/README.md index 62d85532fd79..e7391612f071 100644 --- a/tests/perf-test/README.md +++ b/tests/perf-test/README.md @@ -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`) @@ -66,4 +66,4 @@ test('Count increments on press', async () => { { scenario, runs: 20 } ); }); -``` \ No newline at end of file +```