From: Jérôme Benoit Date: Sat, 22 Apr 2023 23:18:08 +0000 (+0200) Subject: build: more pnpm scripts usage cleanup X-Git-Tag: v2.4.11~8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e69ff1246b2488f8bf7824c37e8610df147f6cee;p=poolifier.git build: more pnpm scripts usage cleanup Signed-off-by: Jérôme Benoit --- 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