We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8c022 commit f96dffbCopy full SHA for f96dffb
test/parallel/test-zlib-unused-weak.js
@@ -6,6 +6,7 @@ const zlib = require('zlib');
6
7
// Tests that native zlib handles start out their life as weak handles.
8
9
+global.gc();
10
const before = process.memoryUsage().external;
11
for (let i = 0; i < 100; ++i)
12
zlib.createGzip();
0 commit comments