wrk-scripts
wrk-scripts copied to clipboard
Script Lua to work better with wrk
If you have more than one thread, it duplicates the requests across the threads from the file so you aren't actually getting unique requests per thread.
This fixes the issue https://github.com/timotta/wrk-scripts/issues/4
Found a bug the script https://github.com/timotta/wrk-scripts/blob/master/multiplepaths.lua Check out these lines: ```lua if counter > #paths then counter = 0 end ``` This will get you out of array boundary when...
hello, how to use lua to use wrk? I want to visit 1000different url in one seconds