summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/standalone_benchmark_test.go
blob: 4850f98d80ccf089fad35000a2043c400ddc2cdf (plain)
1
2
3
4
5
6
package standalone_benchmark

import "testing"

func Benchmark(b *testing.B) {
}