type testing.InternalBenchmark

8 uses

	testing (current package)
		benchmark.go#L76: type InternalBenchmark struct {
		benchmark.go#L669: func RunBenchmarks(matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) {
		benchmark.go#L673: func runBenchmarks(importPath string, matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) bool {
		benchmark.go#L689: 	var bs []InternalBenchmark
		testing.go#L1976: func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {
		testing.go#L1984: 	benchmarks  []InternalBenchmark
		testing.go#L2023: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {
		testing.go#L2205: func listTests(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) {