Removed unnecessary benchmarks

This commit is contained in:
2025-02-02 11:38:55 +01:00
parent 858d0f21cf
commit dd9222c162

View File

@ -8,9 +8,7 @@ import (
) )
func BenchmarkLines(b *testing.B) { func BenchmarkLines(b *testing.B) {
b.Run("__1", bench(1)) b.Run("1000", bench(1000))
b.Run("_10", bench(10))
b.Run("100", bench(100))
} }
func bench(n int) func(b *testing.B) { func bench(n int) func(b *testing.B) {