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

Function BenchmarkPathTree4

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

Source from the content-addressed store, hash-verified

1270}
1271
1272func BenchmarkPathTree4(b *testing.B) {
1273 initBenchmark(b, initRandomPaths)
1274 benchmarkLookup(b, testMatcher4, benchmarkingCountPhase4)
1275}
1276
1277func BenchmarkConstructionGeneric(b *testing.B) {
1278 routes, err := docToRoutes(testRouteDoc)

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…