type testing.benchContext

4 uses

	testing (current package)
		benchmark.go#L96: 	context          *benchContext
		benchmark.go#L493: type benchContext struct {
		benchmark.go#L518: 	ctx := &benchContext{
		benchmark.go#L555: func (ctx *benchContext) processBench(b *B) {