We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55cebf commit ee2b55eCopy full SHA for ee2b55e
goecs.go
@@ -39,7 +39,7 @@ import (
39
)
40
41
var (
42
- ecsVersion = "v0.1.85"
+ ecsVersion = "v0.1.86"
43
menuMode bool
44
onlyChinaTest bool
45
input, choice string
@@ -857,8 +857,10 @@ func handleUploadResults(output string) {
857
if httpURL != "" || httpsURL != "" {
858
if language == "en" {
859
fmt.Printf("Upload successfully!\nHttp URL: %s\nHttps URL: %s\n", httpURL, httpsURL)
860
+ fmt.Println("Each Test Benchmark: https://bash.spiritlhl.net/ecsguide")
861
} else {
862
fmt.Printf("上传成功!\nHttp URL: %s\nHttps URL: %s\n", httpURL, httpsURL)
863
+ fmt.Println("每项测试基准见: https://bash.spiritlhl.net/ecsguide")
864
}
865
866
0 commit comments