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

corebreaker / arbordb / 33
88%
main: 98%

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

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

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

967 of 1017 new or added lines in 33 files covered. (95.08%)

18 existing lines in 7 files now uncovered.

8516 of 9731 relevant lines covered (87.51%)

372576.29 hits per line

Uncovered Changes

Lines Coverage ∆ File
11
88.32
-10.81% crates/arbordb/src/data/value.rs
9
92.8
0.4% crates/arbordb/src/txn/read.rs
9
92.08
4.16% crates/arbordb/src/txn/write.rs
8
95.74
2.97% crates/arbordb/src/txn/context/ctx.rs
4
95.6
crates/arbordb/src/txn/context/write_buffer.rs
3
98.32
-1.68% crates/arbordb/src/index/registry/repository.rs
2
88.89
0.0% crates/arbordb/src/engine/entry.rs
2
90.19
2.15% crates/arbordb/src/txn/context/table.rs
1
80.43
2.39% crates/arbordb/src/access/archived.rs
1
86.99
0.02% crates/arbordb/src/perm/store.rs

Coverage Regressions

Lines Coverage ∆ File
5
92.8
0.4% crates/arbordb/src/txn/read.rs
4
88.32
-10.81% crates/arbordb/src/data/value.rs
4
93.44
-0.9% crates/arbordb/src/value.rs
2
93.83
3.9% crates/arbordb/src/inode/functions.rs
1
89.58
-1.8% crates/arbordb/src/engine/functions.rs
1
95.74
2.97% crates/arbordb/src/txn/context/ctx.rs
1
92.08
4.16% crates/arbordb/src/txn/write.rs
Jobs
ID Job ID Ran Files Coverage
1 33.1 12 Jul 2026 07:50AM UTC 103
87.51
CircleCI Job
Source Files on build 33
  • Tree
  • List 103
  • Changed 42
  • Source Changed 41
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #33
  • Pull Request #2
  • PR Base - main (#17)
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