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

rubensworks / rdf-stores.js / 33512454514
100%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2026 01:18PM UTC
Jobs 3
Files 20
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

01 Sep 2026 01:17PM UTC coverage: 100.0%. Remained the same
33512454514

push

github

rubensworks
Measure reading bindings in the performance suite

The suite covered reading bindings only through `getBindings` with two
variables, so `matchBindings` — the entry point a query engine actually uses —
was never measured, and neither was a bindings pattern that produces few
results per lookup.

Reading bindings gets its own `bindings` scope, holding the existing
two-variable sweep, the same sweep read through the `matchBindings` async
iterator, and a one-variable sweep that spreads the same number of results over
many more lookups, which is what a join produces.

It is a scope of its own rather than extra cases inside `triples` because
CodSpeed measures each scope as a single benchmark: adding cases to `triples`
changes what that benchmark measures and is reported as a regression on every
`| triples` benchmark, even though the code did not get slower. The scope runs
at half the dimension, like `quoted` already does, which keeps the cost of a
full benchmark run in line with what it was before.

1287 of 1287 branches covered (100.0%)

Branch coverage included in aggregate %.

1570 of 1570 relevant lines covered (100.0%)

277637.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-24.x - 33512454514.1 01 Sep 2026 01:18PM UTC 40
100.0
GitHub Action Run
2 run-22.x - 33512454514.2 01 Sep 2026 01:19PM UTC 40
100.0
GitHub Action Run
3 run-26.x - 33512454514.3 01 Sep 2026 01:18PM UTC 40
100.0
GitHub Action Run
Source Files on build 33512454514
  • Tree
  • List 20
  • Changed 15
  • Source Changed 3
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33512454514
  • 7efc1a32 on github
  • Prev Build on master (#33089504725)
  • Next Build on master (#33512688814)
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