star/nmon/cpu_test.go

8 lines
70 B
Go
Raw Normal View History

2025-01-17 20:11:08 +08:00
package nmon
import "testing"
func TestCpu(t *testing.T) {
Cpu()
}