mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-10-01 05:32:18 +08:00
10 lines
101 B
Go
10 lines
101 B
Go
package memorytest
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func Test(t *testing.T) {
|
|
MemoryTest("zh", "sysbench")
|
|
}
|