Closed randomir closed 2 months ago
Attention: Patch coverage is 88.23529%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 88.87%. Comparing base (
fc49d0f
) to head (94c926a
). Report is 4 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
dwave/cloud/client/base.py | 83.33% | 1 Missing :warning: |
dwave/cloud/utils/logging.py | 90.90% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fix #658.
get_caller_name()
is 200x faster thaninspect.stack()[1].function
. SeeInspectStack.*
asv benchmarks on CI.A single-qubit QPU problem submit is now much faster (thanks to upload compression) then it was with the old cloud-client (0.9.2 in this example):
~15ms
now~25ms
beforeBut even without compression, the new client is now a few milliseconds faster on average.