| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1d8c022 commit f96dffb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,6 +6,7 @@ const zlib = require('zlib'); | |||
| 6 | 6 | ||
| 7 | 7 | // Tests that native zlib handles start out their life as weak handles. | |
| 8 | 8 | ||
| 9 | + global.gc(); | ||
| 9 | 10 | const before = process.memoryUsage().external; | |
| 10 | 11 | for (let i = 0; i < 100; ++i) | |
| 11 | 12 | zlib.createGzip(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments