Mod: ADD README

This commit is contained in:
zun.yang 2023-06-02 11:03:11 +08:00
parent 721ec8d523
commit 25012379b7

22
README
View File

@ -1,2 +1,24 @@
# 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
```