Fix typos missed
This commit is contained in:
parent
9944f0b574
commit
1ae81e6d00
1 changed files with 4 additions and 4 deletions
|
|
@ -392,18 +392,18 @@ func BenchmarkNetAndSpeed(b *testing.B) {
|
||||||
runBench(4, b)
|
runBench(4, b)
|
||||||
}
|
}
|
||||||
|
|
||||||
func BenchmarkKeannuAndNet(b *testing.B) {
|
func BenchmarkKeanuAndNet(b *testing.B) {
|
||||||
runBench(5, b)
|
runBench(5, b)
|
||||||
}
|
}
|
||||||
|
|
||||||
func BenchmarkKeannuAndSpeed(b *testing.B) {
|
func BenchmarkKeanuAndSpeed(b *testing.B) {
|
||||||
runBench(6, b)
|
runBench(6, b)
|
||||||
}
|
}
|
||||||
|
|
||||||
func BenchmarkKeannuOther(b *testing.B) {
|
func BenchmarkKeanuOther(b *testing.B) {
|
||||||
runBench(7, b)
|
runBench(7, b)
|
||||||
}
|
}
|
||||||
|
|
||||||
func BenchmarkKeannuBullockOther(b *testing.B) {
|
func BenchmarkKeanuBullockOther(b *testing.B) {
|
||||||
runBench(8, b)
|
runBench(8, b)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue