diff --git a/perf/perf.js b/perf/perf.js index f1ee17006..da375fbb7 100644 --- a/perf/perf.js +++ b/perf/perf.js @@ -1881,6 +1881,18 @@ /*--------------------------------------------------------------------------*/ + suites.push( + Benchmark.Suite('`_.sum`') + .add(buildName, '\ + lodash.sum(numbers)' + ) + .add(otherName, '\ + _.sum(numbers)' + ) + ); + + /*--------------------------------------------------------------------------*/ + suites.push( Benchmark.Suite('`_.template` (slow path)') .add(buildName, {