mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Update vendor.
This commit is contained in:
2
vendor/benchmark.js/benchmark.js
vendored
2
vendor/benchmark.js/benchmark.js
vendored
@@ -1583,7 +1583,7 @@
|
||||
var bench = clone._original,
|
||||
stringable = isStringable(bench.fn),
|
||||
count = bench.count = clone.count,
|
||||
decompilable = stringable || (support.decompilation && (_.has(clone, 'setup') || _.has(clone, 'teardown'))),
|
||||
decompilable = stringable || (support.decompilation && (clone.setup !== _.noop || clone.teardown !== _.noop)),
|
||||
id = bench.id,
|
||||
name = bench.name || (typeof id == 'number' ? '<Test #' + id + '>' : id),
|
||||
result = 0;
|
||||
|
||||
Reference in New Issue
Block a user