Skip to content

Commit

Permalink
benchmark: test for 1000 HTTPRoutes (envoyproxy#4287)
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <[email protected]>
Co-authored-by: zirain <[email protected]>
  • Loading branch information
arkodg and zirain authored Oct 23, 2024
1 parent 8b8884d commit 7188dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchmark/tests/scale_httproutes.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var ScaleHTTPRoutes = suite.BenchmarkTest{
require.NoError(t, err)

routeNameFormat := "benchmark-route-%d"
routeScales := []uint16{10, 50, 100, 300, 500}
routeScales := []uint16{10, 50, 100, 300, 500, 1000}
routeScalesN := len(routeScales)
routeNNs := make([]types.NamespacedName, 0, routeScales[routeScalesN-1])

Expand Down

0 comments on commit 7188dad

Please sign in to comment.