mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-08 06:09:49 +00:00
fix make bench (#1510)
This commit is contained in:
parent
fa8c013b97
commit
770147264d
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ func BenchmarkFirewallTable_match(b *testing.B) {
|
||||||
c := &cert.CachedCertificate{
|
c := &cert.CachedCertificate{
|
||||||
Certificate: &dummyCert{
|
Certificate: &dummyCert{
|
||||||
name: "nope",
|
name: "nope",
|
||||||
networks: []netip.Prefix{netip.MustParsePrefix("fd99:99/128")},
|
networks: []netip.Prefix{netip.MustParsePrefix("fd99::99/128")},
|
||||||
},
|
},
|
||||||
InvertedGroups: map[string]struct{}{"nope": {}},
|
InvertedGroups: map[string]struct{}{"nope": {}},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue