Commit | Line | Data |
---|---|---|
1fe22d16 | 1 | # Poolifier benchmarks versus other pools |
be0676b3 APA |
2 | |
3 | To run the benchmark versus other pools you will need to: | |
4 | ||
5 | - [Install hyperfine](https://github.com/sharkdp/hyperfine#installation) | |
47701542 | 6 | - Run `pnpm install` into the `versus-external-pools` folder |
be0676b3 | 7 | - Run the `./bench.sh` into the `versus-external-pools` folder |
1fe22d16 JB |
8 | |
9 | > :warning: **Please be sure to use a quite PC when you run the benchmarks** |