Skip to content

Commit

Permalink
Merge pull request #452 from VeriFIT/perf-typo
Browse files Browse the repository at this point in the history
Typo in a performance comparison script. #patch
  • Loading branch information
Adda0 authored Nov 1, 2024
2 parents 84ecd6a + 73cc7ce commit ccfbf72
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 ccfbf72

Please sign in to comment.