-
Notifications
You must be signed in to change notification settings - Fork 140
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
Better Tests and Benchmarks for Float and Double Builders #638
base: master
Are you sure you want to change the base?
Better Tests and Benchmarks for Float and Double Builders #638
Conversation
@clyring I have made some changes and comments since your last review. |
Thanks for the ping. Sorry for being so slow on this round of review--I will take another look this weekend. |
88d4e16
to
c63ddc2
Compare
de52282
to
fef5f6a
Compare
I do not understand the build error for ppc64le |
@BebeSparkelSparkel you probably need to extend this line: bytestring/.github/workflows/ci.yml Line 138 in 0e0526b
|
15487d2
to
49c46d1
Compare
That fixed it! |
ec3d5fc
to
fef5f6a
Compare
…lue since order changes the bench mark
Co-authored-by: Matthew Craven <[email protected]>
Co-authored-by: Matthew Craven <[email protected]>
Co-authored-by: Matthew Craven <[email protected]>
using non base casting functions floating point data does not depend on intData better generation of specials fixed DoubleSmall bench using the wrong test data
Co-authored-by: Matthew Craven <[email protected]>
fef5f6a
to
2a2cdc4
Compare
@clyring rebased and solved conflicts |
Tests fail from an existing bug detailed in #641