From e69ff1246b2488f8bf7824c37e8610df147f6cee Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 23 Apr 2023 01:18:08 +0200 Subject: [PATCH] build: more pnpm scripts usage cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- benchmarks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/README.md b/benchmarks/README.md index da358f94..550d5996 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -30,7 +30,7 @@ Those are our results: ### Internal -To run the internal benchmarks, you just need to navigate to the root of poolifier project and run `pnpm run benchmark` +To run the internal benchmarks, you just need to navigate to the root of poolifier project and run `pnpm benchmark` ## Versus other pools -- 2.34.1