Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkPushRequest (0.12 sec)

  1. pilot/pkg/xds/discovery_test.go

    				if err != nil {
    					t.Error(err)
    				}
    			}
    
    			// Send updates
    			tt.test(updateCh, expect)
    
    			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{
    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