Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBenchmarkOutput (1.01 sec)

  1. src/testing/sub_test.go

    	s = regexp.QuoteMeta(s)
    	s = strings.ReplaceAll(s, "^V", "\x16")
    	s = strings.ReplaceAll(s, ":NNN:", `:\d\d\d\d?:`)
    	s = strings.ReplaceAll(s, "N\\.NNs", `\d*\.\d*s`)
    	return s
    }
    
    func TestBenchmarkOutput(t *T) {
    	// Ensure Benchmark initialized common.w by invoking it with an error and
    	// normal case.
    	Benchmark(func(b *B) { b.Error("do not print this output") })
    	Benchmark(func(b *B) {})
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 21:27:08 UTC 2023
    - 23.8K bytes
    - Viewed (0)
Back to top