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

Release Lantern v0.0.5 #223

Merged
merged 2 commits into from
Nov 18, 2023
Merged

Release Lantern v0.0.5 #223

merged 2 commits into from
Nov 18, 2023

Conversation

Ngalstyan4
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Nov 14, 2023

Benchmarks

metric old new pct change
recall (after create) 0.740 0.740 -
recall (after insert) 0.670 0.756 +12.84%
select bulk tps 491.564 479.208 -2.51%
select bulk latency (ms) 15.497 16.061 +3.64%
select bulk latency (stddev ms) 2.739 3.418 +24.79%
create latency (ms) 1206.163 1208.771 +0.22%
insert bulk tps 11.361 11.322 -0.35%
insert bulk latency (ms) 88.010 88.318 +0.35%
insert bulk latency (stddev ms) 2.569 3.553 +38.30%
disk usage (bytes) 6348800.000 6348800.000 -

Copy link

codecov bot commented Nov 14, 2023

Codecov Report

Merging #223 (a01d2f5) into main (09c3dfe) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #223   +/-   ##
=======================================
  Coverage   77.65%   77.65%           
=======================================
  Files          22       22           
  Lines        1504     1504           
  Branches      383      383           
=======================================
  Hits         1168     1168           
  Misses        164      164           
  Partials      172      172           

Fix wront return code check

Add index validation functions to update script

Fix update test runner logic

We used to run new tests on the old DB.
This need not always succeed as new tests may use/test functionality
from the newer version of the DB.
In the new approach, we only run tests *after* upgrade script has
been run.

Make common.sql idempotent

Suppress common output and add update comments

Rename main -> from_tags[-1] in update script

Do not fail on parallel test failure during update (tracked by #226)
@Ngalstyan4 Ngalstyan4 merged commit ce87c9b into main Nov 18, 2023
@Ngalstyan4 Ngalstyan4 deleted the narek/release-v0.0.5 branch November 18, 2023 04:51
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