Skip to content

Commit

Permalink
Change flag name for scale benchmark to kubernetes_goal_replicas
Browse files Browse the repository at this point in the history
This works better with non-GCP products & is more indicative of the "goal" nature of the scaling benchmark.

PiperOrigin-RevId: 698538236
  • Loading branch information
Zach Howell authored and copybara-github committed Nov 23, 2024
1 parent f9f32a5 commit 2dfe2b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


NUM_NEW_INSTANCES = flags.DEFINE_integer(
'gke_num_scaled_instances', 5, 'Number of new instances to create'
'kubernetes_goal_replicas', 5, 'Number of new instances to create'
)

# kubectl pods don't allow _'s.
Expand Down

0 comments on commit 2dfe2b6

Please sign in to comment.