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

Qiskit / qiskit / 19877096501 / 1
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: fix-hls-qubit-tracking
DEFAULT BRANCH: main
Ran 03 Dec 2025 12:17AM UTC
Files 880
Run time 31s
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

02 Dec 2025 11:37PM UTC coverage: 88.339% (+0.007%) from 88.332%
19877096501.1

push

github

web-flow
Stop using a parallel sort in disjoint utils (#15410)

This commit switches the use of `par_sort_by_unstable()` to the serial
`sort_by_unstable()` implementation in the disjoint layout module. While
the parallel sort is faster and has some heuristics to limit the
multithreaded usage when the overhead isn't worth the tradeoff, the use
of multithreading from Python is potentially fraught when mixing with
multiprocessing in Python. For this reason all of our multithreaded
calls are supposed to guard against running in parallel based on env
vars that indicate the rust code is being executed in a multiprocessing
context. However the parallel sorts were missing this check and in this
case the overhead of checking we can run in multiple threads will likely
outweigh any speedup from a parallel sort. So this commit just opts to
drop the parallel sort and avoid the potential complications.

95896 of 108554 relevant lines covered (88.34%)

1207817.21 hits per line

Source Files on job 19877096501.1
  • Tree
  • List 880
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19877096501
  • cae0817b on github
  • Prev Job for on gh-readonly-queue/main/pr-15410-d9663c988db47c0379f5adb01ac6f441a86f59ce (#19871772406.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