UNPKG

damage

Version:

A simple way to calculate the 'damage' of running a task in Node.JS.

15 lines (10 loc) 257 B
module.exports = { /* GENERAL CONFIGURATION */ /* HEAPDUMP CONFIGURATION */ // Do you need a heap dump for each test? heapdump: false, // Where should it be saved? dumpPath: '/tmp/', // Any identifing prefix? dumpPrefix: 'task' };