-
Notifications
You must be signed in to change notification settings - Fork 54
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
Depend on clock? #3
Comments
The clock package apparently has weird bugs. I think we could copy/paste the timing code from Criterion which works reliably: https://hackage.haskell.org/package/criterion-1.2.6.0/docs/Criterion-Measurement.html In favor of including |
See fpco/unliftio#15 |
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can probably provide some very useful helpful functions, like
logTimed
. We already do stuff like this in Stack for running external processes, and can generalize it.The text was updated successfully, but these errors were encountered: