Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for suiteMetrics (0.26 sec)

  1. pkg/test/loadbalancersim/lb_test.go

    		tm.sameZonePercent(), tm.sameRegionPercent(), tm.otherRegionPercent())
    }
    
    type suiteMetrics []*testMetrics
    
    func cmpBool(b1, b2 bool) int {
    	if b1 == b2 {
    		return 0
    	}
    	if !b1 {
    		return -1
    	}
    	return 1
    }
    
    func (sm suiteMetrics) toCSV() string {
    	sort.SliceStable(sm, func(i, j int) bool {
    		a := sm[i]
    		b := sm[j]
    
    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