Skip to content

Commit ee2b55e

Browse files
committed
fix: 添加每个测试项目的说明输出短链
1 parent a55cebf commit ee2b55e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

goecs.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import (
3939
)
4040

4141
var (
42-
ecsVersion = "v0.1.85"
42+
ecsVersion = "v0.1.86"
4343
menuMode bool
4444
onlyChinaTest bool
4545
input, choice string
@@ -857,8 +857,10 @@ func handleUploadResults(output string) {
857857
if httpURL != "" || httpsURL != "" {
858858
if language == "en" {
859859
fmt.Printf("Upload successfully!\nHttp URL: %s\nHttps URL: %s\n", httpURL, httpsURL)
860+
fmt.Println("Each Test Benchmark: https://bash.spiritlhl.net/ecsguide")
860861
} else {
861862
fmt.Printf("上传成功!\nHttp URL: %s\nHttps URL: %s\n", httpURL, httpsURL)
863+
fmt.Println("每项测试基准见: https://bash.spiritlhl.net/ecsguide")
862864
}
863865
}
864866
}

0 commit comments

Comments
 (0)