Ran
|
Jobs
1
|
Files
832
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
github
Fix unnecessary serialisation of `PassManager` in serial contexts (#12410) (#12413) * Fix unnecessary serialisation of `PassManager` in serial contexts This exposes the interal decision in `parallel_map` of whether to actually run in serial or not. If not, there's no need for `PassManager` to side-car its `dill` serialisation onto the side of the IPC (we use `dill` because we need to pickle lambdas), which can be an unfortunately huge cost for certain IBM pulse-enabled backends. * Remove new function from public API This makes the patch series safe for backport to 1.1. (cherry picked from commit b12e9ec3c) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
12 of 12 new or added lines in 3 files covered. (100.0%)
20 existing lines in 4 files now uncovered.62251 of 69465 relevant lines covered (89.61%)
229670.3 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
92.63 |
-1.05% | qiskit/passmanager/passmanager.py |
2 |
92.11 |
0.76% | crates/qasm2/src/lex.rs |
4 |
89.68 |
-0.56% | crates/accelerate/src/euler_one_qubit_decomposer.rs |
13 |
73.13 |
-19.4% | crates/accelerate/src/sabre/neighbor_table.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 9101517319.1 | 832 |
89.61 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|