MCPcopy Index your code
hub / github.com/zalando/skipper / BenchmarkScriptRandomPath

Function BenchmarkScriptRandomPath

script/script_test.go:1054–1056  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

1052}
1053
1054func BenchmarkScriptRandomPath(b *testing.B) {
1055 benchmarkRequest(b, "testdata/random_path.lua", "/prefix/", "10")
1056}
1057
1058func BenchmarkScriptCopyRequestHeader(b *testing.B) {
1059 benchmarkRequest(b, "testdata/copy_request_header.lua", "X-Foo", "X-Bar")

Callers

nothing calls this directly

Calls 1

benchmarkRequestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…