Removed unnecessary benchmarks
This commit is contained in:
parent
858d0f21cf
commit
dd9222c162
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user