NCAR / tuv-x

Photolysis rate constant calculator
https://ncar.github.io/tuv-x/
Apache License 2.0
4 stars 2 forks source link

Compare TUV-X Tridiagonal Solver Code with LAPACKE's implementation #97

Closed AdityaDendukuri closed 4 months ago

AdityaDendukuri commented 4 months ago
  1. Tests involved generating random matrices in both single and double precision across various sizes (ranging from 1000 to 10,000,000).
  2. Added a benchmarking directory in the project that uses google benchmark for evaluating runtimes for solver code.

Closes #91

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 79.27%. Comparing base (48f3aa5) to head (38e9903). Report is 12 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #97 +/- ## ========================================== + Coverage 79.21% 79.27% +0.06% ========================================== Files 133 134 +1 Lines 11193 11284 +91 ========================================== + Hits 8866 8945 +79 - Misses 2327 2339 +12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.