• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moonbitlang / core / 6074
91%

Build:
DEFAULT BRANCH: main
Ran 15 Aug 2026 03:20AM UTC
Jobs 1
Files 437
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Aug 2026 03:19AM UTC coverage: 90.666% (+0.001%) from 90.665%
6074

push

github

bobzhang
bench(buffer): keep the buffer, not its length

`buf.length()` is derivable from the fixed loop bounds, so keeping only that
leaves the byte stores unobservable in principle and invites the backend to
drop the loop under test. Keep the buffer itself instead.

The emitted code shows the stores did survive in both baseline and patched
builds — hoisting the buffer out of the closure already made it escape — and
re-running the A/B moves every figure by less than two points. This is to stop
the benchmarks resting on that.

15999 of 17646 relevant lines covered (90.67%)

150987.31 hits per line

Coverage Regressions

Lines Coverage ∆ File
20
89.01
0.12% buffer/buffer.mbt
Jobs
ID Job ID Ran Files Coverage
1 6074.1 15 Aug 2026 03:20AM UTC 438
90.68
GitHub Action Run
Source Files on build 6074
  • Tree
  • List 437
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0be97c72 on github
  • Prev Build on main (#6070)
  • Next Build on main (#6078)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc