Skip to content

Use orjson for query endpoints - #149

Open
EvanDietzMorris wants to merge 2 commits into
mainfrom
orjson
Open

Use orjson for query endpoints#149
EvanDietzMorris wants to merge 2 commits into
mainfrom
orjson

Conversation

@EvanDietzMorris

Copy link
Copy Markdown
Contributor

This should switch from regular json to orjson for parsing the query request bodies. It's kind of ugly but should be a decent speed boost. Worth reviewing thoroughly, I have not tested or analyzed it extensively.

@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 93.75000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 55.46%. Comparing base (4f207ed) to head (503eb8f).
⚠️ Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
shepherd_server/aras/arax.py 85.71% 1 Missing ⚠️
shepherd_server/aras/bte.py 85.71% 1 Missing ⚠️
shepherd_server/aras/sipr.py 85.71% 1 Missing ⚠️
Files with missing lines Coverage Δ
shepherd_server/aras/aragorn.py 76.92% <100.00%> (ø)
shepherd_server/base_routes.py 60.97% <100.00%> (+7.49%) ⬆️
shepherd_server/aras/arax.py 72.72% <85.71%> (ø)
shepherd_server/aras/bte.py 69.23% <85.71%> (ø)
shepherd_server/aras/sipr.py 72.72% <85.71%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 013842f...503eb8f. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant