Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small formatting bug, move prettyPrintHeader to utils #43

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

Bryysen
Copy link
Collaborator

@Bryysen Bryysen commented Feb 3, 2024

After 1389ebf we forget to print a newline in the for-loop within BenchmarkResults.prettyPrint, causing messed-up formatting. We also forgot to call BenchmarkResults.getColor when determining the color for total-time. Both of these are now fixed. Also moved prettyPrintHeader to util/format.zig for consistency.

After 1389ebf we forget to print a newline in the for-loop
within BenchmarkResults.prettyPrint, causing messed-up formatting.
We also forgot to call BenchmarkResults.getColor when determining
the color for total-time. Both of these are now fixed. Also moved
prettyPrintHeader to util/format.zig for consistency.
@hendriknielaender hendriknielaender merged commit 88da272 into hendriknielaender:main Feb 3, 2024
5 of 6 checks passed
hendriknielaender pushed a commit that referenced this pull request Feb 3, 2024
After 1389ebf we forget to print a newline in the for-loop
within BenchmarkResults.prettyPrint, causing messed-up formatting.
We also forgot to call BenchmarkResults.getColor when determining
the color for total-time. Both of these are now fixed. Also moved
prettyPrintHeader to util/format.zig for consistency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants