(b *testing.B)
| 1052 | } |
| 1053 | |
| 1054 | func BenchmarkScriptRandomPath(b *testing.B) { |
| 1055 | benchmarkRequest(b, "testdata/random_path.lua", "/prefix/", "10") |
| 1056 | } |
| 1057 | |
| 1058 | func BenchmarkScriptCopyRequestHeader(b *testing.B) { |
| 1059 | benchmarkRequest(b, "testdata/copy_request_header.lua", "X-Foo", "X-Bar") |
nothing calls this directly
no test coverage detected
searching dependent graphs…