Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for registerRaceBenchTest (0.33 sec)

  1. src/cmd/dist/test.go

    				timeoutSec *= 3
    				break
    			}
    		}
    		return (&goTest{
    			timeout: timeoutSec,
    			gcflags: gcflags,
    			pkgs:    stdMatches,
    		}).run(t)
    	})
    }
    
    func (t *tester) registerRaceBenchTest(pkg string) {
    	const raceBenchHeading = "Running benchmarks briefly." // known to addTest for a safety check
    	name := testName(pkg, "racebench")
    	if t.runRx == nil || t.runRx.MatchString(name) == t.runRxWant {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
Back to top