docs: update benchmarks vs. external pools
[poolifier.git] / benchmarks / versus-external-pools / README.md
... / ...
CommitLineData
1# Poolifier benchmarks versus other pools
2
3To run the benchmark versus other pools you will need to:
4
5- [Install hyperfine](https://github.com/sharkdp/hyperfine#installation)
6- Run `pnpm install` into the `versus-external-pools` folder
7- Run the `./bench.sh` script into the `versus-external-pools` folder
8
9> :warning: **Please be sure to use a quiet PC when you run the benchmarks**