diff --git a/benchmark/net-pipe.js b/benchmark/net-pipe.js index e678c2a9f2..0890e292eb 100644 --- a/benchmark/net-pipe.js +++ b/benchmark/net-pipe.js @@ -27,7 +27,7 @@ Writer.prototype.write = function(chunk, encoding, cb) { // doesn't matter, never emits anything. Writer.prototype.on = function() {}; - +Writer.prototype.once = function() {}; Writer.prototype.emit = function() {}; var statCounter = 0;