Sign in
go
/
vgo
/
949a6b32ca558316b94dacf727cac9e55ccae3f0
/
.
/
vendor
/
cmd
/
go
/
testdata
/
timeoutbench_test.go
blob: 57a88882996bbfae9b3ca52db63d0de6bdc66b60 [
file
] [
log
] [
blame
]
package timeoutbench_test
import (
"testing"
"time"
)
func BenchmarkSleep1s(b *testing.B) {
time.Sleep(1 * time.Second)
}