initial import
This commit is contained in:
9
core/stat/internal/cpu_linux_test.go
Normal file
9
core/stat/internal/cpu_linux_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package internal
|
||||
|
||||
import "testing"
|
||||
|
||||
func BenchmarkRefreshCpu(b *testing.B) {
|
||||
for i := 0; i < b.N; i++ {
|
||||
RefreshCpu()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user