Skip to content

fixes #1612#1613

Open
bikallem wants to merge 1 commit intomoonbitlang:mainfrom
bikallem:fix-bench-minutes-conversion
Open

fixes #1612#1613
bikallem wants to merge 1 commit intomoonbitlang:mainfrom
bikallem:fix-bench-minutes-conversion

Conversation

@bikallem
Copy link
Copy Markdown

Fixes: #1612

…ect_unit

  The minutes branch used a divisor of 6e10 (1000 minutes) instead of
  6e7 (1 minute), and the cutoff was 1e9 µs (1000s) instead of 6e7 µs
  (60s). This caused durations ≥60s to display as large second values
  and durations ≥1000s to show incorrectly small minute values.

  Closes moonbitlang#1612
@semanticdiff-com
Copy link
Copy Markdown

semanticdiff-com bot commented Apr 10, 2026

Review changes with  SemanticDiff

Changed Files
File Status
  crates/moonbuild/src/benchmark.rs  0% smaller

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.

Bug: incorrect minutes conversion in bench output

1 participant