refactor: untangle worker eligibility from previous worker node
[poolifier.git] / benchmarks / versus-external-pools / BENCH-100000.md
index 0bb2f47275f22337ab57c1806c5cff72aa5c257b..1c7846066e085853a6ed29ccece76401f54a59ec 100644 (file)
@@ -1,13 +1,15 @@
-| Command                                              |       Mean [s] | Min [s] | Max [s] |    Relative |
-| :--------------------------------------------------- | -------------: | ------: | ------: | ----------: |
-| `node dynamic-piscina.js`                            | 18.364 ± 0.203 |  18.050 |  18.737 | 1.07 ± 0.02 |
-| `node fixed-piscina.js`                              | 18.222 ± 0.519 |  17.529 |  19.164 | 1.06 ± 0.03 |
-| `node dynamic-poolifier.js`                          | 17.135 ± 0.256 |  16.926 |  17.755 |        1.00 |
-| `node fixed-poolifier.js`                            | 17.947 ± 0.489 |  17.567 |  18.951 | 1.05 ± 0.03 |
-| `node dynamic-suchmokuo-node-worker-threads-pool.js` | 25.460 ± 0.453 |  25.124 |  26.617 | 1.49 ± 0.03 |
-| `node static-suchmokuo-node-worker-threads-pool.js`  | 18.993 ± 0.714 |  18.388 |  20.610 | 1.11 ± 0.04 |
-| `node threadjs.js`                                   | 80.939 ± 3.548 |  76.881 |  88.363 | 4.72 ± 0.22 |
-| `node dynamic-workerpool.js`                         | 19.292 ± 0.110 |  19.109 |  19.480 | 1.13 ± 0.02 |
-| `node fixed-workerpool.js`                           | 19.684 ± 0.636 |  19.212 |  21.049 | 1.15 ± 0.04 |
-| `node fixed-threadwork.js`                           | 30.023 ± 0.362 |  29.524 |  30.727 | 1.75 ± 0.03 |
-| `node fixed-microjob.js`                             | 32.526 ± 0.649 |  31.696 |  33.687 | 1.90 ± 0.05 |
+| Command                                     |       Mean [s] | Min [s] | Max [s] |    Relative |
+| :------------------------------------------ | -------------: | ------: | ------: | ----------: |
+| `node dynamic-poolifier.mjs`                | 13.179 ± 0.201 |  12.910 |  13.805 |        1.00 |
+| `node fixed-poolifier.mjs`                  | 13.191 ± 0.202 |  13.009 |  13.949 | 1.00 ± 0.02 |
+| `node dynamic-piscina.mjs`                  | 15.864 ± 0.293 |  15.412 |  16.372 | 1.20 ± 0.03 |
+| `node fixed-piscina.mjs`                    | 15.810 ± 0.322 |  15.321 |  16.403 | 1.20 ± 0.03 |
+| `node dynamic-tinypool.mjs`                 | 16.119 ± 0.335 |  15.514 |  16.839 | 1.22 ± 0.03 |
+| `node fixed-tinypool.mjs`                   | 16.012 ± 0.349 |  15.565 |  17.060 | 1.21 ± 0.03 |
+| `node dynamic-workerpool.mjs`               | 16.888 ± 0.285 |  16.498 |  17.709 | 1.28 ± 0.03 |
+| `node fixed-workerpool.mjs`                 | 16.858 ± 0.245 |  16.372 |  17.328 | 1.28 ± 0.03 |
+| `node dynamic-worker-nodes.js`              | 15.983 ± 0.271 |  15.561 |  16.500 | 1.21 ± 0.03 |
+| `node fixed-worker-nodes.js`                | 16.052 ± 0.283 |  15.601 |  16.769 | 1.22 ± 0.03 |
+| `node dynamic-node-worker-threads-pool.mjs` | 24.698 ± 0.345 |  24.189 |  25.654 | 1.87 ± 0.04 |
+| `node static-node-worker-threads-pool.mjs`  | 16.596 ± 0.381 |  16.050 |  17.242 | 1.26 ± 0.03 |
+| `node fixed-nanothreads.mjs`                | 13.625 ± 0.507 |  13.307 |  15.149 | 1.03 ± 0.04 |