var testing.matchBenchmarks
5 uses
testing (current package)
benchmark.go#L26: matchBenchmarks = flag.String("test.bench", "", "run only benchmarks matching `regexp`")
benchmark.go#L32: matchBenchmarks *string
benchmark.go#L508: if len(*matchBenchmarks) == 0 {
benchmark.go#L519: match: newMatcher(matchString, *matchBenchmarks, "-test.bench"),
testing.go#L1420: if !testRan && !exampleRan && *matchBenchmarks == "" {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |