docs: update benchmarks vs. external pools
[poolifier.git] / benchmarks / versus-external-pools / BENCH-100000.md
index a8cc6e8da536938af8963e31ed18723632c247d5..4269e69d69cd7421416bf4a3bb544a70e8450b5a 100644 (file)
@@ -1,13 +1,14 @@
-| Command                                              |       Mean [s] | Min [s] | Max [s] |    Relative |
-| :--------------------------------------------------- | -------------: | ------: | ------: | ----------: |
-| `node dynamic-poolifier.js`                          | 25.315 ± 2.256 |  23.169 |  30.705 |        1.00 |
-| `node fixed-poolifier.js`                            | 26.079 ± 2.875 |  23.087 |  32.154 | 1.03 ± 0.15 |
-| `node dynamic-piscina.js`                            | 25.897 ± 0.570 |  24.997 |  26.914 | 1.02 ± 0.09 |
-| `node fixed-piscina.js`                              | 25.946 ± 0.891 |  24.953 |  27.346 | 1.02 ± 0.10 |
-| `node dynamic-workerpool.js`                         | 29.314 ± 0.897 |  27.839 |  30.370 | 1.16 ± 0.11 |
-| `node fixed-workerpool.js`                           | 28.926 ± 0.964 |  27.866 |  30.583 | 1.14 ± 0.11 |
-| `node dynamic-suchmokuo-node-worker-threads-pool.js` | 84.852 ± 1.322 |  83.077 |  86.920 | 3.35 ± 0.30 |
-| `node static-suchmokuo-node-worker-threads-pool.js`  | 27.519 ± 0.963 |  26.248 |  29.518 | 1.09 ± 0.10 |
-| `node threadjs.js`                                   | 88.842 ± 3.197 |  85.012 |  94.289 | 3.51 ± 0.34 |
-| `node fixed-threadwork.js`                           | 27.345 ± 0.920 |  26.167 |  28.972 | 1.08 ± 0.10 |
-| `node fixed-microjob.js`                             | 44.998 ± 0.659 |  44.106 |  46.029 | 1.78 ± 0.16 |
+| Command                                     |       Mean [s] | Min [s] | Max [s] |    Relative |
+| :------------------------------------------ | -------------: | ------: | ------: | ----------: |
+| `node dynamic-poolifier.mjs`                | 13.712 ± 0.335 |  13.362 |  14.794 |        1.00 |
+| `node fixed-poolifier.mjs`                  | 13.927 ± 0.395 |  13.542 |  15.045 | 1.02 ± 0.04 |
+| `node dynamic-piscina.mjs`                  | 17.217 ± 0.392 |  16.714 |  18.125 | 1.26 ± 0.04 |
+| `node fixed-piscina.mjs`                    | 17.850 ± 0.482 |  17.084 |  18.861 | 1.30 ± 0.05 |
+| `node fixed-tinypool.mjs`                   | 18.922 ± 0.329 |  18.448 |  19.907 | 1.38 ± 0.04 |
+| `node dynamic-tinypool.mjs`                 | 19.109 ± 0.331 |  18.622 |  20.342 | 1.39 ± 0.04 |
+| `node dynamic-workerpool.mjs`               | 19.893 ± 0.409 |  18.746 |  20.770 | 1.45 ± 0.05 |
+| `node fixed-workerpool.mjs`                 | 20.040 ± 0.281 |  19.730 |  20.956 | 1.46 ± 0.04 |
+| `node dynamic-worker-nodes.js`              | 17.236 ± 0.359 |  16.857 |  18.027 | 1.26 ± 0.04 |
+| `node fixed-worker-nodes.js`                | 17.158 ± 0.282 |  16.789 |  17.812 | 1.25 ± 0.04 |
+| `node dynamic-node-worker-threads-pool.mjs` | 25.639 ± 0.489 |  25.131 |  27.074 | 1.87 ± 0.06 |
+| `node static-node-worker-threads-pool.mjs`  | 17.496 ± 0.330 |  17.138 |  18.183 | 1.28 ± 0.04 |