mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-09-27 03:36:12 +08:00
12 lines
132 B
Go
12 lines
132 B
Go
package memorytest
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func Test(t *testing.T) {
|
|
_, res := MemoryTest("zh", "stream")
|
|
fmt.Print(res)
|
|
}
|