Skip to content

Commit

Permalink
fix: f-string
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Aug 11, 2023
1 parent c0b6d54 commit 6184654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def main():
timings[idx] = [start - stop]

# Get mean and standard deviation of timings
print("All timings are in seconds and iterated {max_iterations} times")
print(f"All timings are in seconds and iterated {max_iterations} times")
for idx, timing in timings.items():
print(f"Command {commands[idx]}: {np.mean(timing)} ± {np.std(timing)}")

Expand Down

0 comments on commit 6184654

Please sign in to comment.