Skip to content

Instantly share code, notes, and snippets.

@normanmaurer
Created November 25, 2014 19:40
Show Gist options
  • Save normanmaurer/024edec7547a0075780b to your computer and use it in GitHub Desktop.
Save normanmaurer/024edec7547a0075780b to your computer and use it in GitHub Desktop.
init = function(args)
wrk.init(args)
local r = {}
for i=1,257 do r[i] = wrk.format(nil, "/plaintext") end
req = table.concat(r)
end
request = function()
return req
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment