6 lines
221 B
Lua
6 lines
221 B
Lua
-- S1: naked /ping. No auth header (the server's auth_plug exempts /ping,
|
|
-- so sending a header would just add noise to the comparison).
|
|
wrk.method = "GET"
|
|
wrk.path = "/ping"
|
|
wrk.headers["Connection"] = "keep-alive"
|