From 16fd4c83aca2c90df5fe9569e43c704c7ee1f6b6 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 16 Jan 2014 07:34:04 -0800 Subject: [PATCH] Indicate slow path in lodash wrapper perf test. [ci skip] [closes #452] --- perf/perf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' )