Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish decimal128_fast #654

Merged
merged 11 commits into from
Jun 14, 2024
Merged

Finish decimal128_fast #654

merged 11 commits into from
Jun 14, 2024

Conversation

mborland
Copy link
Member

Closes: #645
Closes: #651
Closes: #652

Copy link

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.5%. Comparing base (00cd5ea) to head (7170194).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #654     +/-   ##
=========================================
+ Coverage     98.5%   98.5%   +0.1%     
=========================================
  Files          221     221             
  Lines        15681   15692     +11     
  Branches      1724    1724             
=========================================
+ Hits         15444   15455     +11     
  Misses         237     237             
Files Coverage Δ
include/boost/decimal/bid_conversion.hpp 100.0% <100.0%> (ø)
include/boost/decimal/cmath.hpp 100.0% <ø> (ø)
include/boost/decimal/cstdlib.hpp 98.0% <ø> (ø)
include/boost/decimal/decimal128_fast.hpp 97.7% <ø> (ø)
include/boost/decimal/hash.hpp 100.0% <ø> (ø)
test/test_bid_conversions.cpp 100.0% <100.0%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00cd5ea...7170194. Read the comment docs.

@mborland mborland merged commit 1cd6c70 into develop Jun 14, 2024
62 checks passed
@mborland mborland deleted the dec128fstl branch June 14, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add deciaml128_fast benchmarks Add decimal128_fast to the docs decimal128_fast STL bindings
1 participant