lanterndata / lantern

PostgreSQL vector database extension for building AI applications
https://lantern.dev
GNU Affero General Public License v3.0
790 stars 56 forks source link

Add arm runner for CI actions #271

Closed var77 closed 9 months ago

github-actions[bot] commented 9 months ago

Benchmarks

metric old new pct change
recall (after create) 0.992 0.992 -
recall (after insert) 0.992 0.992 -
select tps 5125.303 6029.772 +17.65%
select bulk(100) tps 51.754 51.522 -0.45%
select latency (ms) 4.940 ± 3.140𝜎 4.695 ± 2.687𝜎 -4.96%
select bulk(100) latency (ms) 612.898 ± 14.205𝜎 615.331 ± 19.628𝜎 +0.40%
create latency (ms) 1232.626 1246.522 +1.13%
insert tps 1663.339 1595.648 -4.07%
insert bulk(100) tps 21.454 20.992 -2.15%
insert latency (ms) 18.685 ± 7.379𝜎 19.526 ± 7.660𝜎 +4.50%
insert bulk(100) latency (ms) 1115.446 ± 337.322𝜎 1091.897 ± 380.805𝜎 -2.11%
disk usage (bytes) 6348800.000 6348800.000 -
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f01d726) 77.68% compared to head (a50416b) 77.68%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #271 +/- ## ======================================= Coverage 77.68% 77.68% ======================================= Files 23 23 Lines 1963 1963 Branches 492 492 ======================================= Hits 1525 1525 Misses 226 226 Partials 212 212 ```