dwavesystems / dwave-cloud-client

A minimal implementation of the REST interface used to communicate with D-Wave Solver API (SAPI) servers.
https://docs.ocean.dwavesys.com/projects/cloud-client/en/stable/
Apache License 2.0
59 stars 40 forks source link

Speed-up JSON (de-)serialization by switching to orjson #652

Closed randomir closed 1 month ago

randomir commented 1 month ago

Close #423.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 90.90909% with 6 lines in your changes missing coverage. Please review.

Project coverage is 88.84%. Comparing base (3b00c00) to head (8765187).

Files Patch % Lines
dwave/cloud/utils/logging.py 83.33% 3 Missing :warning:
dwave/cloud/cli.py 50.00% 2 Missing :warning:
dwave/cloud/client/base.py 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #652 +/- ## ========================================== + Coverage 88.73% 88.84% +0.11% ========================================== Files 42 42 Lines 4776 4789 +13 ========================================== + Hits 4238 4255 +17 + Misses 538 534 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.