# SSH Benchmark --- ## 工具目前实现的功能 ![image-xmind](images/xmind.png) ## 工具打包编译 ```bash go mod tidy go build -o ssh-benchmark main.go ``` ## 使用方法 1. 更改 config.json 中的配置 2. 执行该工程预编译的 ssh-benchmark 文件 ```bash ./ssh-benchmark ```