perf: align benchmark v8 memory tunables
[poolifier.git] / benchmarks / internal / bench.mjs
index adff36153241f7843f702547237280a509bb7326..5ea11e18414b6f9c474a32ec92c0eba3d0538cb1 100644 (file)
@@ -1,3 +1,4 @@
+import { exit } from 'node:process'
 import {
   PoolTypes,
   WorkerTypes,
@@ -60,3 +61,5 @@ await runPoolifierPoolBenchmark(
     workerData
   }
 )
+
+exit()