docs: update benchmark vs. external pools
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 4 Jul 2023 17:49:24 +0000 (19:49 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 4 Jul 2023 17:49:24 +0000 (19:49 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
benchmarks/versus-external-pools/BENCH-100000.md

index 4269e69d69cd7421416bf4a3bb544a70e8450b5a..a83dd9c160bb136e63c1a8a9364e6b3406e846e5 100644 (file)
@@ -1,14 +1,14 @@
 | 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 |
+| `node dynamic-poolifier.mjs`                | 13.679 ± 0.324 |  13.318 |  14.523 |        1.00 |
+| `node fixed-poolifier.mjs`                  | 14.010 ± 0.460 |  13.506 |  15.031 | 1.02 ± 0.04 |
+| `node dynamic-piscina.mjs`                  | 16.876 ± 0.318 |  16.588 |  17.677 | 1.23 ± 0.04 |
+| `node fixed-piscina.mjs`                    | 17.008 ± 0.385 |  16.633 |  18.067 | 1.24 ± 0.04 |
+| `node fixed-tinypool.mjs`                   | 17.246 ± 0.429 |  16.819 |  18.056 | 1.26 ± 0.04 |
+| `node dynamic-tinypool.mjs`                 | 17.078 ± 0.362 |  16.795 |  18.060 | 1.25 ± 0.04 |
+| `node dynamic-workerpool.mjs`               | 17.860 ± 0.340 |  17.489 |  18.669 | 1.31 ± 0.04 |
+| `node fixed-workerpool.mjs`                 | 17.818 ± 0.440 |  17.461 |  19.093 | 1.30 ± 0.04 |
+| `node dynamic-worker-nodes.js`              | 17.319 ± 0.413 |  16.803 |  18.201 | 1.27 ± 0.04 |
+| `node fixed-worker-nodes.js`                | 17.146 ± 0.344 |  16.789 |  18.065 | 1.25 ± 0.04 |
+| `node dynamic-node-worker-threads-pool.mjs` | 25.892 ± 0.458 |  25.336 |  26.815 | 1.89 ± 0.06 |
+| `node static-node-worker-threads-pool.mjs`  | 17.605 ± 0.456 |  17.243 |  18.949 | 1.29 ± 0.05 |