diff --git a/perf/perf.js b/perf/perf.js index ff839ace1..3645b210b 100644 --- a/perf/perf.js +++ b/perf/perf.js @@ -579,7 +579,7 @@ ); suites.push( - Benchmark.Suite('`_(...)` with an object') + Benchmark.Suite('`_(...)` with an object (slow path)') .add(buildName, '\ lodash(object)' )