tailcallhq / tailcall

High Performance GraphQL Runtime
https://tailcall.run
Apache License 2.0
1.19k stars 213 forks source link

chore: support nested joins using JIT #2323

Closed meskill closed 3 days ago

meskill commented 3 days ago

Summary:
Briefly describe the changes made in this PR.

Issue Reference(s):
Fixes #... (Replace "..." with the issue number)

Build & Testing:

Checklist:

codecov[bot] commented 3 days ago

Codecov Report

Attention: Patch coverage is 73.07692% with 14 lines in your changes missing coverage. Please review.

Project coverage is 85.50%. Comparing base (ee1511b) to head (d8db6d1).

Files Patch % Lines
src/core/jit/store.rs 50.00% 6 Missing :warning:
src/core/jit/exec.rs 88.23% 4 Missing :warning:
src/core/jit/context.rs 40.00% 3 Missing :warning:
src/core/jit/request.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2323 +/- ## ========================================== + Coverage 85.48% 85.50% +0.01% ========================================== Files 234 234 Lines 22419 22408 -11 ========================================== - Hits 19166 19159 -7 + Misses 3253 3249 -4 ```

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