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

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

Build:
DEFAULT BRANCH: main
Ran 03 Dec 2025 12:41AM UTC
Files 880
Run time 28s
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.35% (+0.02%) from 88.332%
19877551500.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.

95907 of 108554 relevant lines covered (88.35%)

1208547.59 hits per line

Source Files on job 19877551500.1
  • Tree
  • List 880
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19877551500
  • cae0817b on github
  • Prev Job for on main (#19871772406.1)
  • Next Job for on main (#19896712024.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