Removed unnecessary benchmarks

This commit is contained in:
Eduard Urbach 2025-02-02 11:38:55 +01:00
parent 858d0f21cf
commit dd9222c162
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

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