HomeSort by relevance Sort by last modified time
    Searched refs:BENCH (Results 26 - 30 of 30) sorted by null

12

  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 15 var matchBenchmarks = flag.String("test.bench", "", "regular expression to select benchmarks to run")
225 fmt.Fprintf(os.Stderr, "testing: invalid regexp for -test.bench: %s\n", err)
257 fmt.Printf("--- BENCH: %s\n%s", benchName, b.output)
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 18 var matchBenchmarks = flag.String("test.bench", "", "run only benchmarks matching `regexp`")
224 tag := "BENCH"
250 // Running go test --test.bench
394 match: newMatcher(matchString, *matchBenchmarks, "-test.bench"),
426 // processBench runs bench b for the configured CPU counts and prints the results.
464 fmt.Fprintf(b.w, "--- BENCH: %s\n%s", benchName, b.output)
507 // Partial name match, like -bench=X/Y matching BenchmarkX.
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 18 var matchBenchmarks = flag.String("test.bench", "", "run only benchmarks matching `regexp`")
224 tag := "BENCH"
250 // Running go test --test.bench
394 match: newMatcher(matchString, *matchBenchmarks, "-test.bench"),
426 // processBench runs bench b for the configured CPU counts and prints the results.
464 fmt.Fprintf(b.w, "--- BENCH: %s\n%s", benchName, b.output)
507 // Partial name match, like -bench=X/Y matching BenchmarkX.
  /prebuilts/go/darwin-x86/src/cmd/go/
go_test.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
go_test.go     [all...]

Completed in 141 milliseconds

12