Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for JitterAlloc (0.16 sec)

  1. src/runtime/mgcpacer_test.go

    					assertInRange(t, "GC utilization", c[n-1].gcUtilization, 0.25, 0.3)
    				}
    			},
    		},
    		{
    			// This test is the same as OscAlloc, but instead of oscillating, the allocation rate is jittery.
    			name:          "JitterAlloc",
    			gcPercent:     100,
    			memoryLimit:   math.MaxInt64,
    			globalsBytes:  32 << 10,
    			nCores:        8,
    			allocRate:     random(13, 0xf).offset(132),
    			scanRate:      constant(1024.0),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 19 13:53:21 UTC 2023
    - 39.3K bytes
    - Viewed (0)
Back to top