You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the scripting API documentation, the init function takes a parameter args, an array whose values are populated by arguments provided to the wrk binary after --, e.g.
How to pass argument to LUA script
./wrk -d 20 -p 5 -s ./luascripts/wrkscript_get.lua arg1,arg2 -R 4 http://URL
The text was updated successfully, but these errors were encountered: