testing.B.context (field)

9 uses

	testing (current package)
		benchmark.go#L96: 	context          *benchContext
		benchmark.go#L219: 	if ctx := b.context; ctx != nil {
		benchmark.go#L270: 	if b.context != nil {
		benchmark.go#L272: 		b.context.processBench(b) // Must call doBench.
		benchmark.go#L545: 		context:   ctx,
		benchmark.go#L622: 	if b.context != nil {
		benchmark.go#L623: 		benchName, ok, partial = b.context.match.fullName(&b.common, name)
		benchmark.go#L644: 		context:    b.context,