Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed May 12, 2024
1 parent 32ffd4e commit 9eb4f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disktest/disktest.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func FioTest(language string, enableMultiCheck bool) string {
if language == "en" {
result += "Test Path Block Read(IOPS) Write(IOPS) Total(IOPS)\n"
} else {
result += "测试路径 块大小 读测试(IOPS) 写测试(IOPS) 总和(IOPS)\n"
result += "测试路径 块大小 读测试(IOPS) 写测试(IOPS) 总和(IOPS)\n"
}
// 生成测试文件
if runtime.GOARCH == "amd64" || runtime.GOARCH == "x86" || runtime.GOARCH == "x86_64" {
Expand Down

0 comments on commit 9eb4f55

Please sign in to comment.