fix: 更新内存测试方法为stream,并修复相关逻辑

This commit is contained in:
spiritlhl
2025-09-24 16:02:55 +00:00
parent b75f42ffe5
commit 174bf303af
5 changed files with 66 additions and 12 deletions

View File

@@ -6,6 +6,6 @@ import (
)
func Test(t *testing.T) {
_, res := MemoryTest("zh", "sysbench")
_, res := MemoryTest("zh", "stream")
fmt.Print(res)
}