Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 21, 2023
1 parent 75d31dc commit 4a85a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance_measurement/measure_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def run(self,
continue

if condition_2 is None:
if (event["object"].status.ready_replicas == input["spec"]["replicas"]
if (event["object"].status.ready_replicas == event["object"].spec.replicas
and event["object"].status.current_revision == last_revision):
condition_2 = timestamp
break
Expand Down

0 comments on commit 4a85a18

Please sign in to comment.