Removed unnecessary benchmarks

This commit is contained in:
Eduard Urbach 2025-02-02 11:38:55 +01:00
parent 25f6928f40
commit 6c432154e6
Signed by: eduard
GPG key ID: 49226B848C78F6C8

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) {