Correct typo in _.indexOf perf test.

Former-commit-id: 96d717dbf50ea5b9c8098ec39f2572cccb72ab18
This commit is contained in:
John-David Dalton
2013-06-12 00:15:14 -07:00
parent f90f2e051a
commit 7de892ccac

View File

@@ -1070,7 +1070,7 @@
'fn': 'lodash.indexOf(twoHundredValues, 199)',
'teardown': 'function multiArrays(){}'
})
.add(buildName, {
.add(otherName, {
'fn': '_.indexOf(twoHundredValues, 199)',
'teardown': 'function multiArrays(){}'
})