Closed var77 closed 10 months ago
metric | old | new | pct change |
---|---|---|---|
recall (after create) | 0.740 | 0.740 | - |
recall (after insert) | 0.754 | 0.772 | +2.39% |
select bulk tps | 475.334 | 481.754 | +1.35% |
select bulk latency (ms) | 16.072 | 15.884 | -1.17% |
select bulk latency (stddev ms) | 2.455 | 3.537 | +44.07% |
create latency (ms) | 1241.714 | 1216.585 | -2.02% |
insert bulk tps | 10.426 | 10.403 | -0.22% |
insert bulk latency (ms) | 95.905 | 96.118 | +0.22% |
insert bulk latency (stddev ms) | 3.760 | 3.945 | +4.92% |
disk usage (bytes) | 6348800.000 | 6348800.000 | - |
Attention: 5 lines
in your changes are missing coverage. Please review.
Comparison is base (
9ac519e
) 81.25% compared to head (596c671
) 81.80%. Report is 1 commits behind head on main.
I think for now it should not fail, I will try to remove || true's and see. It will fail if there won't be postgres process running but we should not have that case
There were 2 issues:
pg_isready
was getting permissions issue when running from /home/runner/work/lantern/lantern (pg_response could not change directory to "/home/runner/work/lantern/lantern": Permission denied
) . So I am changing directory to/tmp
before running it.pg_ctl
which will wait for the process to completely stop before returning