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 16, 2023
1 parent 262f0f6 commit 3d9294f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions performance_measurement/measure_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def main(args):
test_normal(
anvil_workdir,
f"{args.workdir_path}/inputs/anvil_inputs", config, condition_1_func,
condition_2_func, sts_name_f)
condition_2_func, sts_name_f, modes=args.modes)

# Run the reference performance test
# reference_config = "data/zookeeper-operator/v0.2.15/config.json"
Expand All @@ -158,7 +158,7 @@ def main(args):

reference_dir = f"{args.workdir_path}/reference"
test_normal(reference_dir, f"{args.workdir_path}/inputs/reference", config,
reference_condition_1_func, condition_2_func, sts_name_f)
reference_condition_1_func, condition_2_func, sts_name_f, modes=args.modes)


if __name__ == "__main__":
Expand Down

0 comments on commit 3d9294f

Please sign in to comment.