JuliaStats / GLM.jl

Generalized linear models in Julia
Other
584 stars 114 forks source link

Add `PerfChecker.jl` for allocation and benchmark checks. #521

Closed Ashvith10 closed 6 months ago

Ashvith10 commented 1 year ago

This PR aims to resolve #519. Would appreciate if I could get some inputs on code snippet used for benchmarking in perf/allocs.jl and perf/bench.jl respectively.

A secondary PR may be created to expand on the README.md file, guiding on instructions to run the benchmark file.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.57 :tada:

Comparison is base (b728917) 88.75% compared to head (ff2f479) 89.32%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #521 +/- ## ========================================== + Coverage 88.75% 89.32% +0.57% ========================================== Files 8 8 Lines 1040 1040 ========================================== + Hits 923 929 +6 + Misses 117 111 -6 ``` [see 1 file with indirect coverage changes](https://codecov.io/gh/JuliaStats/GLM.jl/pull/521/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.