LIHPC-Computational-Geometry / honeycomb

Combinatorial map implementation for meshing applications
https://lihpc-computational-geometry.github.io/honeycomb/
Apache License 2.0
7 stars 1 forks source link

feat(benches): add a criterion bench for triangulation functions #207

Closed imrn99 closed 2 weeks ago

imrn99 commented 3 weeks ago

the sample vtk file is way too small to provide an interesting benchmark, but that way the benches will run without errors & on a mesh that isn't already full of tris

imrn99 commented 3 weeks ago

ok maybe the 21K lines vtk file is a bad idea

codecov-commenter commented 3 weeks ago

Codecov Report

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

Project coverage is 82.62%. Comparing base (6236f8e) to head (d0a5f7b). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #207 +/- ## ========================================== + Coverage 82.12% 82.62% +0.49% ========================================== Files 41 41 Lines 5650 5870 +220 ========================================== + Hits 4640 4850 +210 - Misses 1010 1020 +10 ```

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