testing.B.importPath (field)

8 uses

	testing (current package)
		benchmark.go#L95: 	importPath       string // import path of the package containing the benchmark
		benchmark.go#L263: 		if b.importPath != "" {
		benchmark.go#L264: 			fmt.Fprintf(b.w, "pkg: %s\n", b.importPath)
		benchmark.go#L538: 		importPath: importPath,
		benchmark.go#L641: 		importPath: b.importPath,
		benchmark.go#L656: 			if b.importPath != "" {
		benchmark.go#L657: 				fmt.Printf("pkg: %s\n", b.importPath)