Skip to content

Commit

Permalink
printf -> print
Browse files Browse the repository at this point in the history
  • Loading branch information
koniksedy committed Nov 1, 2024
1 parent 84ecd6a commit 73cc7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-integration/scripts/compare_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def transform(cell):
if __name__ == "__main__":
profiles = sys.argv[1:]
if len(profiles) == 0:
printf(f"usage: compare_profiles.py [target.csv baseline1.csv ... baselinen.csv]")
print(f"usage: compare_profiles.py [target.csv baseline1.csv ... baselinen.csv]")

averages, medians, timeouts = [], [], []
columns, to_columns = set(), set()
Expand Down

0 comments on commit 73cc7ce

Please sign in to comment.