(b *testing.B)
| 1011 | ) |
| 1012 | |
| 1013 | func 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 | |
| 1020 | func BenchmarkFilterMatch(b *testing.B) { |
| 1021 | b.Run("not-local-v4", func(b *testing.B) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…