Skip to content

Commit

Permalink
Update memorytest.go
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Aug 1, 2024
1 parent c6bc81e commit 32cbbf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memory/memorytest.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func SysBenchTest(language string) string {
testReadSpeed = testReadSpeed / 1048576.0 * 1000000.0
}
if language == "en" {
result += "Single Seq Read Speed: "
result += "Single Seq Read Speed: "
} else {
result += "单线程顺序读速度: "
}
Expand Down Expand Up @@ -255,7 +255,7 @@ func DDTest(language string) string {
readResult, err := parseOutput(tempText, language, records)
if err == nil {
if language == "en" {
result += "Single Seq Read Speed: "
result += "Single Seq Read Speed: "
} else {
result += "单线程顺序读速度: "
}
Expand Down

0 comments on commit 32cbbf9

Please sign in to comment.