mirror of
https://github.com/slackhq/nebula.git
synced 2026-02-03 22:10:41 -08:00
allow go test -bench=. to run (#234)
This benchmark had an Errorf at the end, lets remove it so the benchmarks all run.
This commit is contained in:
parent
cc03ff9e9a
commit
ff13aba8fc
1 changed files with 0 additions and 2 deletions
|
|
@ -161,6 +161,4 @@ func BenchmarkHostmappromote2(b *testing.B) {
|
|||
m.AddRemote(ip2int(net.ParseIP("10.128.1.1")), g)
|
||||
m.AddRemote(ip2int(net.ParseIP("10.128.1.1")), y)
|
||||
}
|
||||
b.Errorf("hi")
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue