type testing.InternalBenchmark
8 uses
testing (current package)
benchmark.go#L75: type InternalBenchmark struct {
benchmark.go#L502: func RunBenchmarks(matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) {
benchmark.go#L506: func runBenchmarks(importPath string, matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) bool {
benchmark.go#L522: var bs []InternalBenchmark
testing.go#L1332: func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {
testing.go#L1340: benchmarks []InternalBenchmark
testing.go#L1371: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) *M {
testing.go#L1451: func listTests(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {
 |
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. |