This commit is contained in:
zun.yang 2023-07-27 23:13:35 +08:00
commit 670fcd28c6
3 changed files with 26 additions and 1 deletions

24
README.md Normal file
View File

@ -0,0 +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
```

View File

@ -4,4 +4,5 @@
"Username": "root",
"Password": "123456",
"Geekbench_License": "1934531619@qq.com JDN2X-DHS55-OAYJX-JNR32-BFQXZ-ASDRJ-QYANY-CC7NX-JV3QW"
}
"Password": "xxxx"
}

BIN
images/xmind.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB