From: Jérôme Benoit Date: Tue, 12 Dec 2023 08:52:45 +0000 (+0100) Subject: docs: fix link to benchmark results X-Git-Tag: v3.0.12~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=31c927e8360c52be2ab96fdb359a2152baefc0b5;p=poolifier.git docs: fix link to benchmark results Signed-off-by: Jérôme Benoit --- diff --git a/benchmarks/README.md b/benchmarks/README.md index ca2b0667..2dabdbf1 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -22,7 +22,7 @@ We chose to use this tool because it allows to run isolated Node.js processes so Those are our results: - - CPU Intensive task with 100k operations submitted to each pool: [https://poolifier.github.io/benchmark](https://poolifier.github.io/benchmark). + - CPU Intensive task with 100k operations submitted to each pool: [https://bencher.dev/perf/poolifier-benchmark](https://bencher.dev/perf/poolifier-benchmark). - External pools with which we used to compare the poolifier results: