docs: update benchmarks vs. external pools
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 21 Aug 2023 20:04:08 +0000 (22:04 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 21 Aug 2023 20:04:08 +0000 (22:04 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
benchmarks/versus-external-pools/BENCH-100000.md
benchmarks/versus-external-pools/package.json
benchmarks/versus-external-pools/pnpm-lock.yaml

index 15010d79776228d1d2bf979d1609aa6b1987806a..5ea1ecb2d07726faf6bd1b9037474cfa4ed8e826 100644 (file)
@@ -1,15 +1,15 @@
 | Command                                     |       Mean [s] | Min [s] | Max [s] |    Relative |
 | :------------------------------------------ | -------------: | ------: | ------: | ----------: |
-| `node dynamic-poolifier.mjs`                | 13.219 ± 0.203 |  12.937 |  13.715 |        1.00 |
-| `node fixed-poolifier.mjs`                  | 13.274 ± 0.191 |  13.089 |  13.987 | 1.00 ± 0.02 |
-| `node dynamic-piscina.mjs`                  | 15.909 ± 0.374 |  15.431 |  16.792 | 1.20 ± 0.03 |
-| `node fixed-piscina.mjs`                    | 15.845 ± 0.362 |  15.409 |  17.045 | 1.20 ± 0.03 |
-| `node dynamic-tinypool.mjs`                 | 16.061 ± 0.343 |  15.590 |  16.850 | 1.22 ± 0.03 |
-| `node fixed-tinypool.mjs`                   | 16.279 ± 0.344 |  15.783 |  17.012 | 1.23 ± 0.03 |
-| `node dynamic-workerpool.mjs`               | 16.880 ± 0.362 |  16.310 |  17.880 | 1.28 ± 0.03 |
-| `node fixed-workerpool.mjs`                 | 16.996 ± 0.339 |  16.448 |  17.650 | 1.29 ± 0.03 |
-| `node dynamic-worker-nodes.js`              | 16.145 ± 0.313 |  15.680 |  16.936 | 1.22 ± 0.03 |
-| `node fixed-worker-nodes.js`                | 16.022 ± 0.310 |  15.598 |  16.741 | 1.21 ± 0.03 |
-| `node dynamic-node-worker-threads-pool.mjs` | 24.820 ± 0.306 |  24.382 |  25.424 | 1.88 ± 0.04 |
-| `node static-node-worker-threads-pool.mjs`  | 16.817 ± 0.404 |  16.171 |  17.618 | 1.27 ± 0.04 |
-| `node fixed-nanothreads.mjs`                | 13.482 ± 0.260 |  13.289 |  14.371 | 1.02 ± 0.03 |
+| `node dynamic-poolifier.mjs`                | 13.283 ± 0.189 |  12.994 |  13.717 |        1.00 |
+| `node fixed-poolifier.mjs`                  | 13.314 ± 0.276 |  13.095 |  14.314 | 1.00 ± 0.03 |
+| `node dynamic-piscina.mjs`                  | 15.989 ± 0.374 |  15.437 |  16.984 | 1.20 ± 0.03 |
+| `node fixed-piscina.mjs`                    | 16.079 ± 0.296 |  15.479 |  16.903 | 1.21 ± 0.03 |
+| `node dynamic-tinypool.mjs`                 | 16.156 ± 0.449 |  15.632 |  17.336 | 1.22 ± 0.04 |
+| `node fixed-tinypool.mjs`                   | 16.163 ± 0.284 |  15.635 |  16.678 | 1.22 ± 0.03 |
+| `node dynamic-workerpool.mjs`               | 17.078 ± 0.307 |  16.604 |  17.855 | 1.29 ± 0.03 |
+| `node fixed-workerpool.mjs`                 | 16.960 ± 0.310 |  16.398 |  17.521 | 1.28 ± 0.03 |
+| `node dynamic-worker-nodes.js`              | 16.303 ± 0.279 |  15.732 |  16.915 | 1.23 ± 0.03 |
+| `node fixed-worker-nodes.js`                | 16.341 ± 0.289 |  15.733 |  17.014 | 1.23 ± 0.03 |
+| `node dynamic-node-worker-threads-pool.mjs` | 24.852 ± 0.253 |  24.444 |  25.500 | 1.87 ± 0.03 |
+| `node static-node-worker-threads-pool.mjs`  | 16.855 ± 0.344 |  16.285 |  17.741 | 1.27 ± 0.03 |
+| `node fixed-nanothreads.mjs`                | 13.514 ± 0.267 |  13.318 |  14.213 | 1.02 ± 0.02 |
index a8053fe75bb564a0c96b5467c230beff75599994..74299ed6fee1f4e069acb65ed0232ab768d9c77b 100644 (file)
@@ -24,6 +24,6 @@
     "poolifier": "2.6.31",
     "tinypool": "0.8.0",
     "worker-nodes": "2.6.0",
-    "workerpool": "6.4.1"
+    "workerpool": "6.4.2"
   }
 }
index c4ebd06e88e01a93ef13bad3bbb33d157ed72943..90bf767a9d30157b5eb0cc75bf1d657cf12a108d 100644 (file)
@@ -24,8 +24,8 @@ dependencies:
     specifier: 2.6.0
     version: 2.6.0
   workerpool:
-    specifier: 6.4.1
-    version: 6.4.1
+    specifier: 6.4.2
+    version: 6.4.2
 
 packages:
 
@@ -142,6 +142,6 @@ packages:
       msgpack-lite: 0.1.26
     dev: false
 
-  /workerpool@6.4.1:
-    resolution: {integrity: sha512-zIK7qRgM1Mk+ySxOJl7ZpjX6SlKt5gugxzl8eXHPdbpXX8iDAaVIxYJz4Apn6JdDxP2buY/Ekqg0bOLNSf0u0g==}
+  /workerpool@6.4.2:
+    resolution: {integrity: sha512-MrDWwemtC4xNV22kbbZDQQQmxNX+yLm790sgYl2wVD3CWnK7LJY1youI/11wHorAjHjK+GEjUxUh74XoPU71uQ==}
     dev: false