Skip to content

Re-apply: fix: restore decimal precision in summary MHz values - #34

Merged
mintybasil merged 1 commit into
mainfrom
zeroklaw/fix-summary-decimals
Jun 16, 2026
Merged

Re-apply: fix: restore decimal precision in summary MHz values#34
mintybasil merged 1 commit into
mainfrom
zeroklaw/fix-summary-decimals

Conversation

@mintybasil

Copy link
Copy Markdown
Member

Change BenchSummary struct fields from u32 to f64 and remove the explicit casts in get_bench_summary. This was causing fractional MHz values to be truncated to whole numbers in the summary table and JSON output.

Closes #31

Change BenchSummary struct fields from u32 to f64 and remove the
explicit  casts in get_bench_summary. This was causing
fractional MHz values to be truncated to whole numbers in the
summary table and JSON output.

Closes #31
@mintybasil
mintybasil merged commit 943bc19 into main Jun 16, 2026
3 of 4 checks passed
@mintybasil
mintybasil deleted the zeroklaw/fix-summary-decimals branch June 16, 2026 20:38
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.

Summary values missing decimals

2 participants