We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef21078 commit 9d3c6e0Copy full SHA for 9d3c6e0
src/BenchmarksApps/TLS/scripts/invalid-header.lua
@@ -3,6 +3,7 @@
3
local host = "localhost"
4
5
init = function(args)
6
+ print("wrk ARGS:", #arguments, arguments[1])
7
if #args > 0 then
8
host = args[1]
9
end
0 commit comments