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

Function BenchmarkPathTree1

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

Source from the content-addressed store, hash-verified

1255}
1256
1257func BenchmarkPathTree1(b *testing.B) {
1258 initBenchmark(b, initRandomPaths)
1259 benchmarkLookup(b, testMatcher1, benchmarkingCountPhase1)
1260}
1261
1262func BenchmarkPathTree2(b *testing.B) {
1263 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…