Files
ecs/memorytest/memorytest_test.go

12 lines
134 B
Go

package memorytest
import (
"fmt"
"testing"
)
func Test(t *testing.T) {
_, res := MemoryTest("zh", "sysbench")
fmt.Print(res)
}