Skip to content

Commit

Permalink
Fix perf
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 4, 2023
1 parent a7376ff commit 7419067
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 @@ -240,7 +240,7 @@ def wait_for_zk_spec(

configmap: k8s_models.V1ConfigMap = coreV1Api.read_namespaced_config_map(
configmap_name, namespace)
if sts_object["spec"]["template"]["metadata"]["annotations"]["config"] != configmap.metadata.resource_version:
if sts_object["spec"]["template"]["metadata"]["annotations"]["anvil.dev/lastRestartAt"] != configmap.metadata.resource_version:
continue

break
Expand Down

0 comments on commit 7419067

Please sign in to comment.