Add slow path note to _.times with thisArg benchmark. [ci skip]

This commit is contained in:
John-David Dalton
2014-03-14 00:48:33 -07:00
parent a90453461e
commit 6eb4dbf9cd

View File

@@ -1856,7 +1856,7 @@
);
suites.push(
Benchmark.Suite('`_.times` with `thisArg`')
Benchmark.Suite('`_.times` with `thisArg` (slow path)')
.add(buildName, '\
var result = [];\
lodash.times(limit, function(n) { result.push(this.sin(n)); }, Math)'