goatshriek / stumpless

a C logging library built for performance and features
https://goatshriek.github.io/stumpless
Apache License 2.0
446 stars 335 forks source link

add benchmark for stumpless_get_prival_string #432

Closed amitansu1024 closed 2 months ago

amitansu1024 commented 3 months ago

Adds benchmarking for the function stumpless_get_prival_string. fixes #431

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 90.62%. Comparing base (8d1f007) to head (c08f263).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## latest #432 +/- ## ========================================== - Coverage 90.85% 90.62% -0.23% ========================================== Files 47 47 Lines 4384 4384 Branches 586 586 ========================================== - Hits 3983 3973 -10 - Misses 269 278 +9 - Partials 132 133 +1 ```

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

goatshriek commented 2 months ago

Thanks again! I've identified the issue affecting some of the builds - this will get merged once that makes it in so that this change doesn't falsely appear to cause failures.