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

Qiskit / qiskit / 9022924711
90%
main: 87%

Build:
Build:
LAST BUILD BRANCH: opt_ppr_ppm_in_cc
DEFAULT BRANCH: main
Ran 09 May 2024 08:26PM UTC
Jobs 1
Files 832
Run time 2min
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

09 May 2024 08:09PM UTC coverage: 89.635% (+0.01%) from 89.625%
9022924711

Pull #12382

github

mergify[bot]
Fix runtime scaling of StarPreRouting pass (#12376)

This commit fixes a runtime performance scaling issue with the new
StarPreRouting pass. If there are any stars identified by the pass when
the pass goes to pre-route those star connectivity blocks it specifies a
custom lexicographical topological sort key to ensure the stars are
kept together in the sort. However the mechanism by which this sort key
was generated scaled quadratically with the number of DAG nodes in the
identified stars. This ended up being a large runtime performance
bottleneck. This commit fixes this issue by pre-computing the sort key
for all nodes in the stars and putting that in a dictionary so that when
we call rustworkx to perform the topological sort the sort key callback
does not become the bottleneck for the entire pass.

(cherry picked from commit 4a6c57044)
Pull Request #12382: Fix runtime scaling of StarPreRouting pass (backport #12376)

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

12 existing lines in 2 files now uncovered.

62249 of 69447 relevant lines covered (89.64%)

233131.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9022924711.1 09 May 2024 08:26PM UTC 0
89.64
GitHub Action Run
Source Files on build 9022924711
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #12382
  • PR Base - stable/1.1 (#9022399991)
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