Skip to content

Commit 516b63e

Browse files
committed
fix benchmark for v2
1 parent f101428 commit 516b63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exports.suite = function () {
1111
console.log(String(event.target))
1212
})
1313
.on('complete', function () {
14-
console.log('Fastest is ' + this.filter('fastest').pluck('name'))
14+
console.log('Fastest is ' + this.filter('fastest').map('name'))
1515
})
1616
.run({ async: true })
1717
})

0 commit comments

Comments
 (0)