Skip to content

benchmark: forcefully close processes

This PR makes sure a benchmark always exit after reporting results. The timer is created in order to allow the process to exit normally.

This solves situations in which some resources are wrongfully reported as active (like HTTP sockets closed in a bad way by wrk) and prevent the benchmarks to continue.

Fixes: nodejs/build#2968

Merge request reports

Loading