diff --git a/ids/bag_benchmark_test.go b/ids/bag_benchmark_test.go index e856505..7007ddb 100644 --- a/ids/bag_benchmark_test.go +++ b/ids/bag_benchmark_test.go @@ -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++ {