UNPKG

heap-metrics

Version:

Dump heap metrics after test to be tracked over all commits for the life of the branch.

8 lines (7 loc) 219 B
var heapMetrics = require('heap-metrics'), assert = require('assert'); describe('DumpHeapMetrics', function () { it('should return true', function () { assert(heapMetrics.DumpHeapMetrics()); }); });