Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cpu20 (0.08 sec)

  1. src/cmd/dist/test.go

    					ldflags:   "-linkmode=internal",
    					pkg:       "os/user",
    				})
    		}
    	}
    
    	// sync tests
    	if t.hasParallelism() {
    		t.registerTest("sync -cpu=10",
    			&goTest{
    				variant: "cpu10",
    				timeout: 120 * time.Second,
    				cpu:     "10",
    				pkg:     "sync",
    			})
    	}
    
    	const cgoHeading = "Testing cgo"
    	if t.cgoEnabled {
    		t.registerCgoTests(cgoHeading)
    	}
    
    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