Skip to content

Commit 9d3c6e0

Browse files
committed
args?
1 parent ef21078 commit 9d3c6e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BenchmarksApps/TLS/scripts/invalid-header.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
local host = "localhost"
44

55
init = function(args)
6+
print("wrk ARGS:", #arguments, arguments[1])
67
if #args > 0 then
78
host = args[1]
89
end

0 commit comments

Comments
 (0)