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

Include thousands-separators in bencher output #705

Merged
merged 2 commits into from
Aug 10, 2023

Conversation

d-e-s-o
Copy link
Contributor

@d-e-s-o d-e-s-o commented Jul 21, 2023

As mentioned in #704, the output generated when using the bencher output format does not quite match up with that of libtest. One reason being that thousands-separators are not emitted.
With this change we adjust the formatting logic for integers (which is only used in bencher style reports) to emit thousands-separators, as libtest does.

As mentioned in bheisler#704, the output generated when using the `bencher`
output format does not quite match up with that of libtest. One reason
being that thousands-separators are not emitted.
With this change we adjust the formatting logic for integers (which is
only used in `bencher` style reports) to emit thousands-separators, as
libtest does.

Signed-off-by: Daniel Müller <deso@posteo.net>
@lemmih lemmih merged commit daa84ca into bheisler:master Aug 10, 2023
4 checks passed
@d-e-s-o d-e-s-o deleted the topic/thousands-sep branch August 10, 2023 14:44
@danielocfb
Copy link

Thanks for merging. Is there any chance you can cut a new release that includes this change, @lemmih (or others)?

@danielocfb danielocfb mentioned this pull request Sep 14, 2023
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.

3 participants