/
/
opt
/
golang
/
1.22.0
/
src
/
cmd
/
go
/
testdata
/
script
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.137
PHP 8.3.16
Dir:
/opt/golang/1.22.0/src/cmd/go/testdata/script
Edit:
/opt/golang/1.22.0/src/cmd/go/testdata/script/test_benchmark_labels.txt
# Tests that go test -bench prints out goos, goarch, and pkg. # Check for goos, goarch, and pkg. go test -run ^$ -bench . bench stdout '^goos: '$GOOS stdout '^goarch: '$GOARCH stdout '^pkg: bench' # Check go test does not print pkg multiple times ! stdout 'pkg:.*pkg: ' ! stderr 'pkg:.*pkg:' -- go.mod -- module bench go 1.16 -- x_test.go -- package bench import "testing" func Benchmark(b *testing.B) { }
Ukuran: 412 B