1 Star 0 Fork 1

John / go-web-framework-benchmark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pipeline.lua 234 Bytes
一键复制 编辑 原始数据 按行查看 历史
鸟窝 提交于 2016-04-14 18:02 . add test results for http pipelining
init = function(args)
request_uri = args[1]
depth = tonumber(args[2]) or 1
local r = {}
for i=1,depth do
r[i] = wrk.format(nil, request_uri)
end
req = table.concat(r)
end
request = function()
return req
end
1
https://gitee.com/johng/go-web-framework-benchmark.git
git@gitee.com:johng/go-web-framework-benchmark.git
johng
go-web-framework-benchmark
go-web-framework-benchmark
master

搜索帮助