Commit c85ac396 by Ian Lance Taylor

cmd/go: add testdata/timeoutbench_test.go

This file was accidentally omitted from the update to the final Go 1.8.

From-SVN: r245814
parent c7f0c9f3
package timeoutbench_test
import (
"testing"
"time"
)
func BenchmarkSleep1s(b *testing.B) {
time.Sleep(1 * time.Second)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment