mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +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(
|
||||
Benchmark.Suite('`_(...)` with an object')
|
||||
Benchmark.Suite('`_(...)` with an object (slow path)')
|
||||
.add(buildName, '\
|
||||
lodash(object)'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user