refactor: cleanup benchmarking code
[poolifier.git] / benchmarks / internal / bench.mjs
index 0e3ee055a474e5a439c5a9b1fcde3de218271193..3f467f9ea49689d642a4b9eae087416d806a9735 100644 (file)
@@ -1,5 +1,5 @@
 import { writeFileSync } from 'node:fs'
-import { env, exit } from 'node:process'
+import { env } from 'node:process'
 // eslint-disable-next-line n/no-unsupported-features/node-builtins
 import { parseArgs } from 'node:util'
 
@@ -99,5 +99,3 @@ switch (
       writeFileSync(benchmarkReportFile, JSON.stringify(benchmarkReport))
     break
 }
-
-exit()