Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for processBench (0.4 sec)

  1. src/testing/benchmark.go

    		context:   ctx,
    	}
    	if Verbose() {
    		main.chatty = newChattyPrinter(main.w)
    	}
    	main.runN(1)
    	return !main.failed
    }
    
    // processBench runs bench b for the configured CPU counts and prints the results.
    func (ctx *benchContext) processBench(b *B) {
    	for i, procs := range cpuList {
    		for j := uint(0); j < *count; j++ {
    			runtime.GOMAXPROCS(procs)
    			benchName := benchmarkName(b.name, procs)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 23.9K bytes
    - Viewed (0)
Back to top