github.com/yukk001/go1.10.8@v0.0.0-20190813125351-6df2d3982e20/src/cmd/go/testdata/timeoutbench_test.go (about)

     1  package timeoutbench_test
     2  
     3  import (
     4  	"testing"
     5  	"time"
     6  )
     7  
     8  func BenchmarkSleep1s(b *testing.B) {
     9  	time.Sleep(1 * time.Second)
    10  }