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

(feat) JIT #29

Merged
merged 1 commit into from
Jun 23, 2024
Merged

(feat) JIT #29

merged 1 commit into from
Jun 23, 2024

Conversation

alexey-pelykh
Copy link
Owner

No description provided.

@alexey-pelykh alexey-pelykh force-pushed the feature/jit branch 7 times, most recently from 00b2e15 to 10ab7bd Compare June 23, 2024 14:30
Copy link

codecov bot commented Jun 23, 2024

Codecov Report

Attention: Patch coverage is 45.53571% with 61 lines in your changes missing coverage. Please review.

Project coverage is 47.30%. Comparing base (3f656b0) to head (66b39f8).

Files Patch % Lines
ffm/src/main/java/org/pcre4j/ffm/Pcre2.java 26.08% 17 Missing ⚠️
lib/src/main/java/org/pcre4j/Pcre2JitCode.java 39.13% 7 Missing and 7 partials ⚠️
lib/src/main/java/org/pcre4j/Pcre4jUtils.java 52.94% 4 Missing and 4 partials ⚠️
regex/src/main/java/org/pcre4j/regex/Matcher.java 50.00% 6 Missing and 2 partials ⚠️
regex/src/main/java/org/pcre4j/regex/Pattern.java 63.63% 7 Missing and 1 partial ⚠️
lib/src/main/java/org/pcre4j/Pcre2Code.java 33.33% 2 Missing and 2 partials ⚠️
jna/src/main/java/org/pcre4j/jna/Pcre2.java 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #29      +/-   ##
============================================
+ Coverage     47.28%   47.30%   +0.02%     
- Complexity       73       79       +6     
============================================
  Files            21       22       +1     
  Lines          1324     1410      +86     
  Branches        155      166      +11     
============================================
+ Hits            626      667      +41     
- Misses          582      611      +29     
- Partials        116      132      +16     

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

@alexey-pelykh alexey-pelykh merged commit 52d3765 into main Jun 23, 2024
13 of 14 checks passed
@alexey-pelykh alexey-pelykh deleted the feature/jit branch June 23, 2024 14:40
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