From: Feross Aboukhadijeh Date: Sat, 9 Jan 2016 16:21:37 +0000 (+0100) Subject: fix benchmark for v2 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=516b63e1c4d4d789d279de7e87dd7d20b65fc770;p=buffer.git fix benchmark for v2 --- diff --git a/perf/util.js b/perf/util.js index ffd6cbe..5984384 100644 --- a/perf/util.js +++ b/perf/util.js @@ -11,7 +11,7 @@ exports.suite = function () { console.log(String(event.target)) }) .on('complete', function () { - console.log('Fastest is ' + this.filter('fastest').pluck('name')) + console.log('Fastest is ' + this.filter('fastest').map('name')) }) .run({ async: true }) })