Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newChattyPrinter (0.11 sec)

  1. src/testing/benchmark.go

    		benchFunc: func(b *B) {
    			for _, Benchmark := range bs {
    				b.Run(Benchmark.Name, Benchmark.F)
    			}
    		},
    		benchTime: benchTime,
    		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) {
    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