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

Qiskit / rustworkx / 27559172360
95%

Build:
DEFAULT BRANCH: main
Ran 15 Jun 2026 04:16PM UTC
Jobs 1
Files 118
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 Jun 2026 03:43PM UTC coverage: 94.726%. Remained the same
27559172360

push

github

web-flow
Avoid inner-loop allocations in `longest_path` (#1577)

The only use of the per-node `Vec` is to consume it immediately into a
`max_by` iterator.  Rewriting the allocating loop as a single `try_fold`
removes the unnecessary allocation.

On a test 1.6 million gate circuit over on Qiskit, this sped up our use
of `longest_path` from 150ms to 100ms, and there's further follow-on
improvements available by changing the interfaces to allow path-length
calculation without constructing the path itself.

10 of 10 new or added lines in 1 file covered. (100.0%)

19146 of 20212 relevant lines covered (94.73%)

937278.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27559172360.1 15 Jun 2026 04:16PM UTC 118
94.73
GitHub Action Run
Source Files on build 27559172360
  • Tree
  • List 118
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27559172360
  • e0ffc80b on github
  • Prev Build on gh-readonly-queue/main/pr-1596-7d8783163c97a7e0a0e4651aa31c4bacfe5ccdd2 (#27557560889)
  • Next Build on main (#27569832608)
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