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

Qiskit / qiskit / 9024231968 / 1
90%
main: 89%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-13587-053ee324eef0b872e21e1d5e8816ecc0e3c4057f
DEFAULT BRANCH: main
Ran 09 May 2024 10:33PM UTC
Files 832
Run time 21s
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 09:40PM UTC coverage: 89.632% (+0.002%) from 89.63%
9024231968.1

push

github

web-flow
Fix runtime scaling of StarPreRouting pass (#12376) (#12382)

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)

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>

62247 of 69447 relevant lines covered (89.63%)

226730.89 hits per line

Source Files on job 9024231968.1
  • Tree
  • List 832
  • Changed 31
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9024231968
  • fe640c97 on github
  • Prev Job for on stable/1.1 (#9024016922.1)
  • Next Job for on stable/1.1 (#9024853011.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

© 2024 Coveralls, Inc