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 graph creation stats to the KNNStats API #1141

Merged

Merge branch 'main' into graph_creation_stats

49f6d46
Select commit
Loading
Failed to load commit list.
Merged

Add graph creation stats to the KNNStats API #1141

Merge branch 'main' into graph_creation_stats
49f6d46
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Sep 29, 2023 in 1s

85.10% (target 70.00%)

View this Pull Request on Codecov

85.10% (target 70.00%)

Details

Codecov Report

Merging #1141 (49f6d46) into main (5dd9780) will increase coverage by 0.14%.
The diff coverage is 92.38%.

@@             Coverage Diff              @@
##               main    #1141      +/-   ##
============================================
+ Coverage     84.96%   85.10%   +0.14%     
- Complexity     1192     1211      +19     
============================================
  Files           159      160       +1     
  Lines          4842     4942     +100     
  Branches        440      448       +8     
============================================
+ Hits           4114     4206      +92     
- Misses          530      537       +7     
- Partials        198      199       +1     
Files Coverage Δ
...index/codec/KNN80Codec/KNN80DocValuesConsumer.java 91.03% <100.00%> (+2.33%) ⬆️
...n/index/codec/util/KNNVectorSerializerFactory.java 96.29% <ø> (ø)
...org/opensearch/knn/plugin/stats/KNNGraphValue.java 100.00% <100.00%> (ø)
...java/org/opensearch/knn/plugin/stats/KNNStats.java 100.00% <100.00%> (ø)
...ava/org/opensearch/knn/plugin/stats/StatNames.java 100.00% <100.00%> (ø)
.../opensearch/knn/index/codec/util/KNNCodecUtil.java 77.50% <66.66%> (-16.95%) ⬇️