UNPKG

freeloader

Version:

Stream-based HTTP load testing framework

14 lines (9 loc) 203 B
if (process.env.DEBUG) { module.exports = function() { var args = Array.prototype.slice.call(arguments); console.log.apply(this, args); }; } else { module.exports = function() { }; }