Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGcPacer (0.15 sec)

  1. src/runtime/mgcpacer_test.go

    // license that can be found in the LICENSE file.
    
    package runtime_test
    
    import (
    	"fmt"
    	"math"
    	"math/rand"
    	. "runtime"
    	"testing"
    	"time"
    )
    
    func TestGcPacer(t *testing.T) {
    	t.Parallel()
    
    	const initialHeapBytes = 256 << 10
    	for _, e := range []*gcExecTest{
    		{
    			// The most basic test case: a steady-state heap.
    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