guonaihong / merge-autobahn

合并autobahn报表,可以多进程的方式对websocket进行标准化兼容性测试,目前原版的autobahn测试套件只支持单进程生成多服务报表

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

一、安装

go install github.com/guonaihong/merge-autobahn/cmd/merge-autobahn@latest

二、例子

merge-autobahn -f ~/reports/servers -f ~/reports/servers2 -o ./output
// 输出 ./output/merge_index.html
// 查看 open ./output/merge_index.html

三、merge-autobahn usage

-f, --from: 可以指定多个输入目录

Usage:
    merge-autobahn [Options] 

Options:
    -f,--from      input directory
    -h,--help      print the help information
    -o,--output    output directory

About

合并autobahn报表,可以多进程的方式对websocket进行标准化兼容性测试,目前原版的autobahn测试套件只支持单进程生成多服务报表


Languages

Language:Go 99.4%Language:Makefile 0.6%