MCPcopy Create free account
hub / github.com/zalando/skipper / BenchmarkPathTree2

Function BenchmarkPathTree2

routing/matcher_test.go:1262–1265  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

1260}
1261
1262func BenchmarkPathTree2(b *testing.B) {
1263 initBenchmark(b, initRandomPaths)
1264 benchmarkLookup(b, testMatcher2, benchmarkingCountPhase2)
1265}
1266
1267func BenchmarkPathTree3(b *testing.B) {
1268 initBenchmark(b, initRandomPaths)

Callers

nothing calls this directly

Calls 2

initBenchmarkFunction · 0.85
benchmarkLookupFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…