type testing.InternalBenchmark
8 uses
testing (current package)
benchmark.go#L76: type InternalBenchmark struct {
benchmark.go#L687: func RunBenchmarks(matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) {
benchmark.go#L691: func runBenchmarks(importPath string, matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) bool {
benchmark.go#L707: var bs []InternalBenchmark
testing.go#L2271: func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {
testing.go#L2279: benchmarks []InternalBenchmark
testing.go#L2319: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {
testing.go#L2509: func listTests(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) {