Qiskit / qiskit

Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.
https://www.ibm.com/quantum/qiskit
Apache License 2.0
5.1k stars 2.34k forks source link

Remove benchmarks for deprecated (or soon to be) features #13064

Closed mtreinish closed 4 weeks ago

mtreinish commented 1 month ago

Summary

This commit removes benchmarks for the deprecated assemble module and the soon to be (see #13063) deprecated pulse module. While these features are still supported it's not worth the spending the limited CPU time we hacve on the benchmarking system to track the performance of these components anymore.

Details and comments

qiskit-bot commented 1 month ago

One or more of the following people are relevant to this code:

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10639545778

Details


Files with Coverage Reduction New Missed Lines %
qiskit/synthesis/two_qubit/xx_decompose/decomposer.py 1 95.42%
crates/qasm2/src/lex.rs 3 92.73%
crates/qasm2/src/parse.rs 6 97.15%
<!-- Total: 10 -->
Totals Coverage Status
Change from base Build 10638423704: 0.004%
Covered Lines: 71822
Relevant Lines: 80565

💛 - Coveralls