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

Qiskit / qiskit / 6736714879
87%
main: 88%

Build:
Build:
LAST BUILD BRANCH: shot-loop
DEFAULT BRANCH: main
Ran 02 Nov 2023 06:55PM UTC
Jobs 1
Files 1261
Run time 1min
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 Nov 2023 06:23PM UTC coverage: 86.919% (+0.02%) from 86.898%
6736714879

Pull #11182

github

mergify[bot]
Copy-in rather than copy-out in transpiler (#11176)

This shifts the deepcopy of instructions in the transpiler to be at the
input stage, rather than the output stage.  This more closely matches
our behaviour before the passmanager refactoring, but also has a
performance benefit for circuits that require significant routing and is
typically safer for transpiler passes.  Output circuits are typically
larger than input ones, so copy-in means less copying, and also makes
the ownership model for tranpsiler passes clearer: a pass can assume the
input operations are entirely owned by the circuit it receives, and that
a pass must output a circuit that entirely owns its operations.

(cherry picked from commit eca34781d)
Pull Request #11182: Copy-in rather than copy-out in transpiler (backport #11176)

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

73889 of 85009 relevant lines covered (86.92%)

91418.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6736714879.1 02 Nov 2023 06:55PM UTC 0
86.92
GitHub Action Run
Source Files on build 6736714879
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #11182
  • PR Base - stable/0.45 (#6725488860)
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