a83dd9c160bb136e63c1a8a9364e6b3406e846e5
[poolifier.git] / benchmarks / versus-external-pools / BENCH-100000.md
1 | Command | Mean [s] | Min [s] | Max [s] | Relative |
2 | :------------------------------------------ | -------------: | ------: | ------: | ----------: |
3 | `node dynamic-poolifier.mjs` | 13.679 ± 0.324 | 13.318 | 14.523 | 1.00 |
4 | `node fixed-poolifier.mjs` | 14.010 ± 0.460 | 13.506 | 15.031 | 1.02 ± 0.04 |
5 | `node dynamic-piscina.mjs` | 16.876 ± 0.318 | 16.588 | 17.677 | 1.23 ± 0.04 |
6 | `node fixed-piscina.mjs` | 17.008 ± 0.385 | 16.633 | 18.067 | 1.24 ± 0.04 |
7 | `node fixed-tinypool.mjs` | 17.246 ± 0.429 | 16.819 | 18.056 | 1.26 ± 0.04 |
8 | `node dynamic-tinypool.mjs` | 17.078 ± 0.362 | 16.795 | 18.060 | 1.25 ± 0.04 |
9 | `node dynamic-workerpool.mjs` | 17.860 ± 0.340 | 17.489 | 18.669 | 1.31 ± 0.04 |
10 | `node fixed-workerpool.mjs` | 17.818 ± 0.440 | 17.461 | 19.093 | 1.30 ± 0.04 |
11 | `node dynamic-worker-nodes.js` | 17.319 ± 0.413 | 16.803 | 18.201 | 1.27 ± 0.04 |
12 | `node fixed-worker-nodes.js` | 17.146 ± 0.344 | 16.789 | 18.065 | 1.25 ± 0.04 |
13 | `node dynamic-node-worker-threads-pool.mjs` | 25.892 ± 0.458 | 25.336 | 26.815 | 1.89 ± 0.06 |
14 | `node static-node-worker-threads-pool.mjs` | 17.605 ± 0.456 | 17.243 | 18.949 | 1.29 ± 0.05 |