This commit is contained in:
Dan Laine 2020-06-16 17:23:48 -04:00
parent aca163714d
commit e0d00e25c7
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func BenchmarkSetListMedium(b *testing.B) {
}
}
func BenchmarkSetListLarsge(b *testing.B) {
func BenchmarkSetListLarge(b *testing.B) {
largeLen := 100000
set := Set{}
for i := 0; i < largeLen; i++ {