Basta alterar o URL. Seu script de pipeline deve ser parecido com -
init = function(args)
local r = {}
r[1] = wrk.format(nil, "url to test")
r[2] = wrk.format(nil, "url to test")
r[3] = wrk.format(nil, "url to test")
req = table.concat(r)
end
request = function()
return req
end
Isso enviará três solicitações de pipeline.