Merge pull request #873 from poolifier/dependabot/npm_and_yarn/examples/typescript...
[poolifier.git] / benchmarks / versus-external-pools / BENCH-100000.md
index c81f5e22d7ee089554b42127458ff04c292c5ec5..80c2afcd4fc32ac53c4ee588a7a07ec198abc228 100644 (file)
@@ -1,13 +1,15 @@
-| Command                                              |       Mean [s] | Min [s] | Max [s] |    Relative |
-| :--------------------------------------------------- | -------------: | ------: | ------: | ----------: |
-| `node dynamic-poolifier.js`                          | 13.106 ± 0.246 |  12.894 |  13.745 |        1.00 |
-| `node fixed-poolifier.js`                            | 13.108 ± 0.216 |  12.876 |  13.595 | 1.00 ± 0.02 |
-| `node dynamic-piscina.js`                            | 13.920 ± 0.145 |  13.832 |  14.316 | 1.06 ± 0.02 |
-| `node fixed-piscina.js`                              | 14.466 ± 0.286 |  14.271 |  15.197 | 1.10 ± 0.03 |
-| `node dynamic-workerpool.js`                         | 15.379 ± 0.109 |  15.268 |  15.644 | 1.17 ± 0.02 |
-| `node fixed-workerpool.js`                           | 15.966 ± 0.200 |  15.835 |  16.517 | 1.22 ± 0.03 |
-| `node dynamic-suchmokuo-node-worker-threads-pool.js` | 22.538 ± 0.327 |  22.403 |  23.464 | 1.72 ± 0.04 |
-| `node static-suchmokuo-node-worker-threads-pool.js`  | 15.630 ± 0.240 |  15.502 |  16.231 | 1.19 ± 0.03 |
-| `node threadjs.js`                                   | 48.327 ± 3.117 |  42.458 |  53.662 | 3.69 ± 0.25 |
-| `node fixed-threadwork.js`                           | 14.737 ± 0.085 |  14.657 |  14.957 | 1.12 ± 0.02 |
-| `node fixed-microjob.js`                             | 30.279 ± 0.329 |  29.939 |  31.059 | 2.31 ± 0.05 |
+| Command                                     |       Mean [s] | Min [s] | Max [s] |    Relative |
+| :------------------------------------------ | -------------: | ------: | ------: | ----------: |
+| `node dynamic-poolifier.mjs`                | 13.081 ± 0.309 |  12.556 |  13.850 | 1.01 ± 0.03 |
+| `node fixed-poolifier.mjs`                  | 12.978 ± 0.185 |  12.755 |  13.500 |        1.00 |
+| `node dynamic-piscina.mjs`                  | 15.752 ± 0.284 |  15.399 |  16.444 | 1.21 ± 0.03 |
+| `node fixed-piscina.mjs`                    | 15.707 ± 0.185 |  15.375 |  16.221 | 1.21 ± 0.02 |
+| `node dynamic-tinypool.mjs`                 | 15.807 ± 0.172 |  15.487 |  16.151 | 1.22 ± 0.02 |
+| `node fixed-tinypool.mjs`                   | 15.880 ± 0.244 |  15.474 |  16.555 | 1.22 ± 0.03 |
+| `node dynamic-workerpool.mjs`               | 16.592 ± 0.266 |  16.009 |  17.387 | 1.28 ± 0.03 |
+| `node fixed-workerpool.mjs`                 | 16.643 ± 0.215 |  16.310 |  17.324 | 1.28 ± 0.02 |
+| `node dynamic-worker-nodes.js`              | 15.952 ± 0.202 |  15.583 |  16.344 | 1.23 ± 0.02 |
+| `node fixed-worker-nodes.js`                | 15.883 ± 0.190 |  15.579 |  16.451 | 1.22 ± 0.02 |
+| `node dynamic-node-worker-threads-pool.mjs` | 24.243 ± 0.338 |  23.814 |  25.380 | 1.87 ± 0.04 |
+| `node static-node-worker-threads-pool.mjs`  | 16.481 ± 0.173 |  16.129 |  16.962 | 1.27 ± 0.02 |
+| `node fixed-nanothreads.mjs`                | 13.130 ± 0.244 |  12.965 |  13.935 | 1.01 ± 0.02 |