diff --git a/perf/perf.js b/perf/perf.js index 02e6faa38..b2ce9231b 100644 --- a/perf/perf.js +++ b/perf/perf.js @@ -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)'