Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TestSingleRoundtripGenericsRecycle (0.2 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. internal/grid/grid_test.go

    	}
    	if resp != nil {
    		t.Errorf("want nil, got %q", resp)
    	}
    	h2.PutResponse(resp)
    	t.Log("Roundtrip:", time.Since(start))
    }
    
    func TestSingleRoundtripGenericsRecycle(t *testing.T) {
    	defer testlogger.T.SetLogTB(t)()
    	errFatal := func(err error) {
    		t.Helper()
    		if err != nil {
    			t.Fatal(err)
    		}
    	}
    	grid, err := SetupTestGrid(2)
    	errFatal(err)
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 36.1K bytes
    - Click Count (0)
Back to Top