mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.81k stars 72 forks source link

refactor: move benches to a seperate crate #543

Closed baszalmstra closed 7 months ago

baszalmstra commented 7 months ago

Move benchmarks to a seperate cargo project so that we dont always install the dev-dependencies like wasmer and lua when building mun-runtime.

codecov[bot] commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (5459213) 86.34% compared to head (6951787) 87.37%. Report is 2 commits behind head on main.

Files Patch % Lines
crates/mun_compiler/src/diagnostics_snippets.rs 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #543 +/- ## ========================================== + Coverage 86.34% 87.37% +1.03% ========================================== Files 269 269 Lines 31140 31167 +27 ========================================== + Hits 26888 27233 +345 + Misses 4252 3934 -318 ```

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