MCPcopy Create free account
hub / github.com/tailscale/tailscale / BenchmarkFilterMatchFile

Function BenchmarkFilterMatchFile

wgengine/filter/filter_test.go:1013–1018  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

1011)
1012
1013func BenchmarkFilterMatchFile(b *testing.B) {
1014 if *filterMatchFile == "" {
1015 b.Skip("no --filter-match-file specified; skipping")
1016 }
1017 benchmarkFile(b, *filterMatchFile, benchOpt{v4: true, validLocalDst: true})
1018}
1019
1020func BenchmarkFilterMatch(b *testing.B) {
1021 b.Run("not-local-v4", func(b *testing.B) {

Callers

nothing calls this directly

Calls 2

benchmarkFileFunction · 0.85
SkipMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…