1 Star 0 Fork 1

John/go-web-framework-benchmark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pipeline.lua 234 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
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

搜索帮助