Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/xds/discovery_test.go

    			close(stopCh)
    			wg.Wait()
    		})
    	}
    }
    
    func BenchmarkPushRequest(b *testing.B) {
    	// allTriggers contains all triggers, so we can pick one at random.
    	// It is not a big issue if it falls out of sync, as we are just trying to generate test data
    	allTriggers := []model.TriggerReason{
    		model.EndpointUpdate,
    		model.ConfigUpdate,
    		model.ServiceUpdate,
    		model.ProxyUpdate,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top