docs: update benchmark vs. external pools
[poolifier.git] / benchmarks / versus-external-pools / BENCH-100000.md
1 | Command | Mean [s] | Min [s] | Max [s] | Relative |
2 | :--------------------------------------------------- | -------------: | ------: | ------: | ----------: |
3 | `node dynamic-poolifier.js` | 14.957 ± 0.552 | 14.238 | 15.574 | 1.00 ± 0.06 |
4 | `node fixed-poolifier.js` | 14.907 ± 0.723 | 13.349 | 15.965 | 1.00 |
5 | `node dynamic-piscina.js` | 15.320 ± 0.534 | 14.883 | 16.137 | 1.03 ± 0.06 |
6 | `node fixed-piscina.js` | 16.194 ± 0.786 | 14.859 | 16.957 | 1.09 ± 0.07 |
7 | `node dynamic-workerpool.js` | 16.381 ± 0.499 | 15.743 | 17.021 | 1.10 ± 0.06 |
8 | `node fixed-workerpool.js` | 16.812 ± 0.619 | 16.245 | 17.738 | 1.13 ± 0.07 |
9 | `node dynamic-suchmokuo-node-worker-threads-pool.js` | 26.254 ± 0.448 | 25.637 | 26.683 | 1.76 ± 0.09 |
10 | `node static-suchmokuo-node-worker-threads-pool.js` | 16.202 ± 0.592 | 15.641 | 17.208 | 1.09 ± 0.07 |
11 | `node threadjs.js` | 46.962 ± 1.680 | 43.669 | 50.238 | 3.15 ± 0.19 |
12 | `node fixed-threadwork.js` | 15.931 ± 0.504 | 15.336 | 16.623 | 1.07 ± 0.06 |
13 | `node fixed-microjob.js` | 31.982 ± 0.529 | 31.216 | 32.677 | 2.15 ± 0.11 |