Indicate slow path in lodash wrapper perf test. [ci skip] [closes #452]

This commit is contained in:
John-David Dalton
2014-01-16 07:34:04 -08:00
parent 999dfb84ee
commit 16fd4c83ac

View File

@@ -579,7 +579,7 @@
);
suites.push(
Benchmark.Suite('`_(...)` with an object')
Benchmark.Suite('`_(...)` with an object (slow path)')
.add(buildName, '\
lodash(object)'
)