fixed typo

This commit is contained in:
Stephen Buttolph 2020-06-16 17:21:23 -04:00 committed by GitHub
parent 89ab9fce4b
commit aca163714d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func BenchmarkBagListMedium(b *testing.B) {
}
}
func BenchmarkBagListLarsge(b *testing.B) {
func BenchmarkBagListLarge(b *testing.B) {
largeLen := 100000
bag := Bag{}
for i := 0; i < largeLen; i++ {