chore: v2.4.12
[poolifier.git] / benchmarks / versus-external-pools / BENCH-100000.md
index 5aa5adad4ad1386cb49c958e68e5029c0c523f89..ff433e7cc6666892c24519dd17ee6737ea1daaab 100644 (file)
@@ -1,9 +1,13 @@
-| Command                                              |        Mean [s] | Min [s] | Max [s] |    Relative |
-| :--------------------------------------------------- | --------------: | ------: | ------: | ----------: |
-| `node dynamic-piscina.js`                            |  47.192 ± 0.607 |  46.774 |  48.804 | 1.07 ± 0.01 |
-| `node fixed-piscina.js`                              |  47.046 ± 0.112 |  46.823 |  47.178 | 1.07 ± 0.00 |
-| `node dynamic-poolifier.js`                          |  44.301 ± 0.989 |  43.718 |  46.994 | 1.00 ± 0.02 |
-| `node fixed-poolifier.js`                            |  44.115 ± 0.174 |  43.843 |  44.510 |        1.00 |
-| `node static-suchmokuo-node-worker-threads-pool.js`  |  48.282 ± 1.857 |  46.361 |  50.268 | 1.09 ± 0.04 |
-| `node dynamic-suchmokuo-node-worker-threads-pool.js` |  60.111 ± 2.401 |  57.752 |  63.011 | 1.36 ± 0.05 |
-| `node threadjs.js`                                   | 131.412 ± 4.210 | 122.872 | 138.506 | 2.98 ± 0.10 |
+| Command                                              |       Mean [s] | Min [s] | Max [s] |    Relative |
+| :--------------------------------------------------- | -------------: | ------: | ------: | ----------: |
+| `node dynamic-poolifier.js`                          | 13.680 ± 0.318 |  13.357 |  14.466 | 1.02 ± 0.03 |
+| `node fixed-poolifier.js`                            | 13.362 ± 0.146 |  13.090 |  13.556 |        1.00 |
+| `node dynamic-piscina.js`                            | 14.494 ± 0.369 |  14.237 |  15.504 | 1.08 ± 0.03 |
+| `node fixed-piscina.js`                              | 14.844 ± 0.245 |  14.641 |  15.522 | 1.11 ± 0.02 |
+| `node dynamic-workerpool.js`                         | 16.015 ± 0.407 |  15.779 |  17.155 | 1.20 ± 0.03 |
+| `node fixed-workerpool.js`                           | 16.339 ± 0.112 |  16.261 |  16.635 | 1.22 ± 0.02 |
+| `node dynamic-suchmokuo-node-worker-threads-pool.js` | 24.068 ± 0.228 |  23.806 |  24.508 | 1.80 ± 0.03 |
+| `node static-suchmokuo-node-worker-threads-pool.js`  | 16.038 ± 0.287 |  15.884 |  16.849 | 1.20 ± 0.03 |
+| `node threadjs.js`                                   | 47.680 ± 2.763 |  43.420 |  51.981 | 3.57 ± 0.21 |
+| `node fixed-threadwork.js`                           | 15.561 ± 0.302 |  15.367 |  16.398 | 1.16 ± 0.03 |
+| `node fixed-microjob.js`                             | 32.170 ± 0.346 |  31.792 |  33.044 | 2.41 ± 0.04 |