var healthy = function()

in benchmark.js [7:9]


var healthy = function(callback) {
    callback();
};