type testing.InternalBenchmark

8 uses

	testing (current package)
		benchmark.go#L76: type InternalBenchmark struct {
		benchmark.go#L682: func RunBenchmarks(matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) {
		benchmark.go#L686: func runBenchmarks(importPath string, matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) bool {
		benchmark.go#L702: 	var bs []InternalBenchmark
		testing.go#L2166: func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {
		testing.go#L2174: 	benchmarks  []InternalBenchmark
		testing.go#L2213: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {
		testing.go#L2403: func listTests(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) {