Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkConvertIstioListenerToWrapper (0.45 sec)

  1. pilot/pkg/model/sidecar_test.go

    				}
    			}
    		})
    	}
    }
    
    func BenchmarkConvertIstioListenerToWrapper(b *testing.B) {
    	b.Run("small-exact", func(b *testing.B) {
    		benchmarkConvertIstioListenerToWrapper(b, 10, 3, "", false)
    	})
    	b.Run("small-wildcard", func(b *testing.B) {
    		benchmarkConvertIstioListenerToWrapper(b, 10, 3, "*.", false)
    	})
    	b.Run("small-match-all", func(b *testing.B) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
Back to top