XQP-Munich / LDPC4QKD

Rate adaptive LDPC based solutions for distributed source coding
GNU General Public License v3.0
21 stars 10 forks source link

Automatic tests of LDPC code performance #9

Closed XQP-Munich closed 2 years ago

XQP-Munich commented 2 years ago

The benchmarks should be run automatically. This is to determine the quality of provided codes and indicate what regimes of application they are suited for. These results should be plotted automatically.

codecov-commenter commented 2 years ago

Codecov Report

Merging #9 (76c7f09) into main (eb4fc12) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #9   +/-   ##
=======================================
  Coverage   54.29%   54.29%           
=======================================
  Files           9        9           
  Lines         641      641           
  Branches      324      324           
=======================================
  Hits          348      348           
  Misses         64       64           
  Partials      229      229           
Impacted Files Coverage Δ
src/rate_adaptive_code.hpp 63.86% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eb4fc12...76c7f09. Read the comment docs.

XQP-Munich commented 2 years ago

Major updates to the simulation pipelines were implemented, however, the simulations are not automated yet. Nevertheless, the PR is merged into master to create a new release.

Development on automatic benchmarks and reports will continue in future PRs.