mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Indicate slow path in lodash wrapper perf test. [ci skip] [closes #452]
This commit is contained in:
@@ -579,7 +579,7 @@
|
|||||||
);
|
);
|
||||||
|
|
||||||
suites.push(
|
suites.push(
|
||||||
Benchmark.Suite('`_(...)` with an object')
|
Benchmark.Suite('`_(...)` with an object (slow path)')
|
||||||
.add(buildName, '\
|
.add(buildName, '\
|
||||||
lodash(object)'
|
lodash(object)'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user