-
Notifications
You must be signed in to change notification settings - Fork 159
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
Added file write benchmarks #585
Conversation
c82fe10
to
7f6adda
Compare
7f6adda
to
43e6883
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please fix CI for GHC 8.2?
Need to add tests for lazy bytestring will small chunk size. Not finished yet. |
@Lysxia good to go? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this is good to go.
I was just confused about how to interpret the results to justify an optimization to putStr
in PR #589. See this thread on an earlier version of it).
But these benchmarks are still useful in general to keep track of performance improvements to printing Text
.
Thanks @BebeSparkelSparkel! |
In preparation for #446