mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Correct typo in _.indexOf perf test.
Former-commit-id: 96d717dbf50ea5b9c8098ec39f2572cccb72ab18
This commit is contained in:
@@ -1070,7 +1070,7 @@
|
|||||||
'fn': 'lodash.indexOf(twoHundredValues, 199)',
|
'fn': 'lodash.indexOf(twoHundredValues, 199)',
|
||||||
'teardown': 'function multiArrays(){}'
|
'teardown': 'function multiArrays(){}'
|
||||||
})
|
})
|
||||||
.add(buildName, {
|
.add(otherName, {
|
||||||
'fn': '_.indexOf(twoHundredValues, 199)',
|
'fn': '_.indexOf(twoHundredValues, 199)',
|
||||||
'teardown': 'function multiArrays(){}'
|
'teardown': 'function multiArrays(){}'
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user