Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/gc_test.go

    	if pause == 0 {
    		t.Logf("last GC pause was 0")
    	} else if pause > 10e9 {
    		t.Logf("bad last GC pause: got %v, want [0, 10e9]", pause)
    	}
    }
    
    var hugeSink any
    
    func TestHugeGCInfo(t *testing.T) {
    	// The test ensures that compiler can chew these huge types even on weakest machines.
    	// The types are not allocated at runtime.
    	if hugeSink != nil {
    		// 400MB on 32 bots, 4TB on 64-bits.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 22:33:52 UTC 2024
    - 17.6K bytes
    - Viewed (0)
Back to top