Skip to content

Fix SyTime unit under Emscripten - #6568

Merged
ChrisJefferson merged 1 commit into
masterfrom
mh/emscripten-sytime
Sep 10, 2026
Merged

Fix SyTime unit under Emscripten#6568
ChrisJefferson merged 1 commit into
masterfrom
mh/emscripten-sytime

Conversation

@fingolfin

Copy link
Copy Markdown
Member

SyTime is documented in milliseconds; the Emscripten substitute divided nanoseconds by 10^9, so Runtime() reported seconds there.

Co-Authored-By: Claude Fable 5.1 noreply@anthropic.com

SyTime is documented in milliseconds; the Emscripten substitute
divided nanoseconds by 10^9, so Runtime() reported seconds there.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@fingolfin fingolfin added release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes topic: kernel labels Sep 8, 2026
@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.01%. Comparing base (e899450) to head (45d0555).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6568      +/-   ##
==========================================
- Coverage   79.01%   79.01%   -0.01%     
==========================================
  Files         683      683              
  Lines      295108   295109       +1     
  Branches     8638     8662      +24     
==========================================
- Hits       233179   233174       -5     
- Misses      60113    60115       +2     
- Partials     1816     1820       +4     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ChrisJefferson

Copy link
Copy Markdown
Contributor

Woops, well caught, my mistake previously.

@ChrisJefferson
ChrisJefferson merged commit ef624e4 into master Sep 10, 2026
34 checks passed
@ChrisJefferson
ChrisJefferson deleted the mh/emscripten-sytime branch September 10, 2026 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes topic: kernel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants