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

Qiskit / rustworkx / 27558083354 / 1
95%
main: 95%

Build:
Build:
LAST BUILD BRANCH: pyemscripten
DEFAULT BRANCH: main
Ran 15 Jun 2026 03:57PM UTC
Files 118
Run time 6s
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
27558083354.1

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.

19146 of 20212 relevant lines covered (94.73%)

923803.1 hits per line

Source Files on job 27558083354.1
  • Tree
  • List 118
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27558083354
  • e0ffc80b on github
  • Prev Job for on gh-readonly-queue/main/pr-1577-84eed3a2288a41781646719d8ee851e7cb5bb5e1 (#27557560889.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