Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for localToRemoteErr (0.09 sec)

  1. internal/grid/grid_test.go

    		errFatal(err)
    		if string(resp) != testPayload {
    			t.Errorf("want %q, got %q", testPayload, string(resp))
    		}
    		t.Log("Roundtrip:", time.Since(start))
    	})
    
    	t.Run("localToRemoteErr", func(t *testing.T) {
    		const testPayload = "Hello Grid World!"
    		start := time.Now()
    		resp, err := remoteConn.Request(t.Context(), handlerTest2, []byte(testPayload))
    		t.Log("Roundtrip:", time.Since(start))
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 36.1K bytes
    - Viewed (0)
Back to top