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

corebreaker / arbordb / 33 / 1
88%
main: 98%

Build:
Build:
LAST BUILD BRANCH: finalization
DEFAULT BRANCH: main
Ran 12 Jul 2026 07:50AM UTC
Files 103
Run time 4s
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

12 Jul 2026 07:48AM UTC coverage: 87.514% (+0.8%) from 86.719%
33.1

Pull #2

circleci

corebreaker
Document the file-read clone cost and the reusable signer's long-lived key tradeoff

`WriteBuffer::file_get` now notes it clones on every call, not once per edit: the target workload is a burst of edits (each `file_put` supersedes the last) within one transaction, not reads, so a future caller looping reads over a freshly buffered value would re-clone the full blob each time and should cache the bytes itself.

`crypto::Signer` now notes the tradeoff of holding the expanded signing key for the owning session's whole life: a slightly larger long-lived secret footprint bought for the per-signature speed-up, but not a wider exposure, since the session already keeps the signing seed unencrypted for its whole life and the expanded key is trivially derivable from it.
Pull Request #2: Optimization

8516 of 9731 relevant lines covered (87.51%)

372576.29 hits per line

Source Files on job 33.1
  • Tree
  • List 103
  • Changed 42
  • Source Changed 41
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 33
  • CircleCI Build #
  • bd1f9ac4 on github
  • Prev Job for on optimization (#17.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc