Removed unnecessary benchmarks
This commit is contained in:
parent
25f6928f40
commit
6c432154e6
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue