Skip to content

Commit

Permalink
Update memorytest.go
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Jul 30, 2024
1 parent 956a4b2 commit 75b78ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions memory/memorytest.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,6 @@ func parseOutput(tempText, language string, records float64) (string, error) {
} else {
iopsText = strconv.FormatFloat(iops, 'f', 2, 64) + " IOPS, " + strconv.FormatFloat(usageTime, 'f', 2, 64) + "s"
}
if language == "en" {
result += "Single Seq Speed: "
} else {
result += "单线程顺序速度: "
}
result += fmt.Sprintf("%-30s", strings.TrimSpace(ioSpeed)+" "+ioSpeedFlat+"("+iopsText+")") + "\n"
}
}
Expand Down

0 comments on commit 75b78ff

Please sign in to comment.