Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clientLatencies (0.56 sec)

  1. pkg/test/loadbalancersim/lb_test.go

    			lb := s.newLB(conns)
    
    			// Send the requests.
    			client.SendRequests(lb, s.clientRequests, func() {
    				clientLatencies[i] = lb.Latency().Data()
    				wg.Done()
    			})
    		}()
    	}
    
    	wg.Wait()
    
    	c := s.mesh.Clients()[0]
    	clientLocality := c.Locality()
    	clientLatency := clientLatencies[0]
    
    	nodesSameZone := s.mesh.Nodes().Select(locality.MatchZone(clientLocality))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 19 23:29:30 UTC 2022
    - 11K bytes
    - Viewed (0)
Back to top