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,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |