Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Impl hash for IR #2176

Closed
wants to merge 1 commit into from
Closed

Conversation

ssddOnTop
Copy link
Member

@ssddOnTop ssddOnTop commented Jun 12, 2024

ext of #2090

@github-actions github-actions bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label Jun 12, 2024
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

Attention: Patch coverage is 79.79215% with 175 lines in your changes missing coverage. Please review.

Project coverage is 83.96%. Comparing base (5d07a3d) to head (fed2d0b).

Files Patch % Lines
src/core/ir/jit/context.rs 0.00% 56 Missing ⚠️
src/core/ir/mod.rs 8.33% 44 Missing ⚠️
src/core/ir/jit/field_index.rs 65.59% 32 Missing ⚠️
src/core/ir/jit/synth.rs 97.35% 8 Missing ⚠️
src/core/blueprint/dynamic_value.rs 0.00% 7 Missing ⚠️
src/core/ir/jit/model.rs 91.35% 7 Missing ⚠️
src/core/counter.rs 37.50% 5 Missing ⚠️
src/core/ir/jit/execute.rs 0.00% 5 Missing ⚠️
src/core/ir/jit/builder.rs 98.17% 4 Missing ⚠️
src/core/ir/cache.rs 0.00% 3 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2176      +/-   ##
==========================================
- Coverage   84.15%   83.96%   -0.19%     
==========================================
  Files         212      219       +7     
  Lines       19982    20822     +840     
==========================================
+ Hits        16816    17484     +668     
- Misses       3166     3338     +172     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ssddOnTop ssddOnTop changed the base branch from main to query-jit-4 June 12, 2024 07:52
@ssddOnTop ssddOnTop marked this pull request as ready for review June 12, 2024 08:08
@ssddOnTop ssddOnTop closed this Jun 12, 2024
@ssddOnTop ssddOnTop deleted the chore/impl-hash-for-ir branch June 12, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Routine tasks like conversions, reorganization, and maintenance work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant