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` | 13.345 ± 0.195 | 13.139 | 13.826 | 1.01 ± 0.03 |
4 | `node fixed-poolifier.js` | 13.216 ± 0.275 | 13.007 | 13.970 | 1.00 |
5 | `node dynamic-piscina.js` | 14.188 ± 0.121 | 14.069 | 14.498 | 1.07 ± 0.02 |
6 | `node fixed-piscina.js` | 14.725 ± 0.139 | 14.607 | 15.078 | 1.11 ± 0.03 |
7 | `node dynamic-workerpool.js` | 15.700 ± 0.148 | 15.568 | 16.049 | 1.19 ± 0.03 |
8 | `node fixed-workerpool.js` | 16.192 ± 0.100 | 16.083 | 16.428 | 1.23 ± 0.03 |
9 | `node dynamic-suchmokuo-node-worker-threads-pool.js` | 23.746 ± 0.330 | 23.468 | 24.642 | 1.80 ± 0.05 |
10 | `node static-suchmokuo-node-worker-threads-pool.js` | 15.897 ± 0.210 | 15.774 | 16.486 | 1.20 ± 0.03 |
11 | `node threadjs.js` | 46.152 ± 2.548 | 42.212 | 50.558 | 3.49 ± 0.21 |
12 | `node fixed-threadwork.js` | 15.414 ± 0.075 | 15.276 | 15.537 | 1.17 ± 0.02 |
13 | `node fixed-microjob.js` | 31.518 ± 0.340 | 31.248 | 32.415 | 2.38 ± 0.06 |