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

fix: stub implementation of java.lang.ref.Reflection.refersTo0() #69

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

brianheineman
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the fix label Oct 15, 2024
Copy link
Contributor

🐰 Bencher Report

Branchimplement-reference-refers-to
Testbedlocalhost

⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds CLI flag.

Click to view all benchmark results
BenchmarkLatencynanoseconds (ns)
from_bytes📈 view plot
⚠️ NO THRESHOLD
24,831.00
load_hash_map📈 view plot
⚠️ NO THRESHOLD
33,342.00
load_invalid_class📈 view plot
⚠️ NO THRESHOLD
28,862.00
runtime_v11📈 view plot
⚠️ NO THRESHOLD
62,942,000.00
runtime_v17📈 view plot
⚠️ NO THRESHOLD
54,702,000.00
runtime_v21📈 view plot
⚠️ NO THRESHOLD
60,734,000.00
runtime_v8📈 view plot
⚠️ NO THRESHOLD
38,970,000.00
to_bytes📈 view plot
⚠️ NO THRESHOLD
22,466.00
to_string📈 view plot
⚠️ NO THRESHOLD
148,440.00
verify📈 view plot
⚠️ NO THRESHOLD
991.81
🐰 View full continuous benchmarking report in Bencher

Copy link

codecov bot commented Oct 15, 2024

Codecov Report

Attention: Patch coverage is 45.83333% with 13 lines in your changes missing coverage. Please review.

Project coverage is 95.97%. Comparing base (fe5d6c9) to head (0fedfbe).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...o_vm/src/native_methods/java_lang_ref_reference.rs 42.85% 12 Missing ⚠️
...tretto_vm/src/native_methods/java_lang_shutdown.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
- Coverage   96.02%   95.97%   -0.05%     
==========================================
  Files         124      125       +1     
  Lines       22951    22973      +22     
==========================================
+ Hits        22039    22049      +10     
- Misses        912      924      +12     

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

@brianheineman brianheineman merged commit 4b1eb36 into main Oct 15, 2024
68 of 69 checks passed
@brianheineman brianheineman deleted the implement-reference-refers-to branch October 15, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant