This commit is contained in:
2026-05-26 23:22:32 +02:00
parent 842fca2b72
commit 730de334e0
17 changed files with 5380 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
-- 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"