var unhealthy = function()

in benchmark.js [11:13]


var unhealthy = function(callback) {
    callback(error);
};