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

Add micro-benchmark module in k-NN plugin for benchmark streaming vectors to JNI layer functionality. #1583

Merged
merged 1 commit into from
Mar 28, 2024

Add micro-benchmarks module in k-NN plugin for benchmark streaming ve…

622ea16
Select commit
Loading
Failed to load commit list.
Merged

Add micro-benchmark module in k-NN plugin for benchmark streaming vectors to JNI layer functionality. #1583

Add micro-benchmarks module in k-NN plugin for benchmark streaming ve…
622ea16
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 28, 2024 in 0s

84.87% (target 70.00%)

View this Pull Request on Codecov

84.87% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 37.50000% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 84.87%. Comparing base (c861966) to head (622ea16).

Files Patch % Lines
...ain/java/org/opensearch/knn/index/KNNSettings.java 42.85% 4 Missing ⚠️
...c/main/java/org/opensearch/knn/jni/JNIService.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1583      +/-   ##
============================================
- Coverage     84.96%   84.87%   -0.10%     
+ Complexity     1366     1365       -1     
============================================
  Files           172      172              
  Lines          5566     5572       +6     
  Branches        546      546              
============================================
  Hits           4729     4729              
- Misses          605      610       +5     
- Partials        232      233       +1     

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