From: Jérôme Benoit Date: Fri, 22 Sep 2023 18:53:02 +0000 (+0200) Subject: docs: fix benchmark links X-Git-Tag: v2.7.2~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=450ec5c83b6d1c61352efa01775a0c57234d82c4;p=poolifier.git docs: fix benchmark links Signed-off-by: Jérôme Benoit --- diff --git a/benchmarks/README.md b/benchmarks/README.md index 602b9e91..61d1cb98 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: [BENCH-100000.md](https://github.com/poolifier/benchmark/BENCH-100000.md). + - CPU Intensive task with 100k operations submitted to each pool: [https://poolifier.github.io/benchmark](https://poolifier.github.io/benchmark). - External pools with which we used to compare the poolifier results: @@ -35,7 +35,7 @@ We chose to use this tool because it allows to run isolated Node.js processes so > :warning: **We would need funds to run our benchmark more often and on Cloud VMs, please consider to sponsor this project** -Read the [README.md](https://github.com/poolifier/benchmark#README.md) to know how to run the benchmark. +Read the [README.md](https://github.com/poolifier/benchmark#readme) to know how to run the benchmark. ## Poolifier internal benchmark