This commit is contained in:
xiu2
2020-09-01 02:26:38 +08:00
parent 6417339312
commit 963dfa68ed
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ https://github.com/XIU2/CloudflareSpeedTest
示例:
CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10
CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 -f "C:\\abc\ip.txt" -dd
CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 -f "C:\abc\ip.txt" -dd
```
#### 使用示例

View File

@@ -43,7 +43,7 @@ https://github.com/XIU2/CloudflareSpeedTest
示例:
CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10
CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 -f "C:\\abc\ip.txt" -dd`
CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 -f "C:\abc\ip.txt" -dd`
flag.IntVar(&pingRoutine, "n", 500, "测速线程数量")
flag.IntVar(&pingTime, "t", 4, "延迟测速次数")