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 13, 2023
1 parent 3a40a27 commit 7fbcae6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions performance_measurement/measure_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,12 @@ def test_normal(
def main(args):
input_generator: ChainInputs = None
condition_1_func: ConditionFuncType = None
reference_condition_1_func: ConditionFuncType = None
condition_2_func: ConditionFuncType = None
if args.project == "rabbitmq-operator":
input_generator = RabbitMQInputGenerator
condition_1_func = MeasurementRunner.wait_for_rabbitmq_spec
reference_condition_1_func = MeasurementRunner.wait_for_reference_rabbitmq_spec
condition_2_func = MeasurementRunner.wait_for_pod_ready
elif args.project == "zookeeper-operator":
input_generator = ZooKeeperInputGenerator
Expand Down

0 comments on commit 7fbcae6

Please sign in to comment.