Skip to content

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

Notifications You must be signed in to change notification settings

guonaihong/merge-autobahn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一、安装

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测试套件只支持单进程生成多服务报表

Resources

Stars

Watchers

Forks

Packages

No packages published