type testing.InternalBenchmark

8 uses

	testing (current package)
		benchmark.go#L76: type InternalBenchmark struct {
		benchmark.go#L511: func RunBenchmarks(matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) {
		benchmark.go#L515: func runBenchmarks(importPath string, matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) bool {
		benchmark.go#L531: 	var bs []InternalBenchmark
		testing.go#L1596: func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {
		testing.go#L1604: 	benchmarks  []InternalBenchmark
		testing.go#L1642: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {
		testing.go#L1768: func listTests(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) {