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

Function BenchmarkPathTree3

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

Source from the content-addressed store, hash-verified

1265}
1266
1267func BenchmarkPathTree3(b *testing.B) {
1268 initBenchmark(b, initRandomPaths)
1269 benchmarkLookup(b, testMatcher3, benchmarkingCountPhase3)
1270}
1271
1272func BenchmarkPathTree4(b *testing.B) {
1273 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…