Skip to content

Commit f018be3

Browse files
committed
Print libuv counters after http_simple exits
1 parent c344fbc commit f018be3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

benchmark/http_simple.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,6 @@ server.listen(port, function () {
110110
console.log('Listening at http://127.0.0.1:'+port+'/');
111111
});
112112

113+
process.on('exit', function() {
114+
console.error('libuv counters', process.uvCounters());
115+
});

0 commit comments

Comments
 (0)