We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
I see you made eff compile with GHC 9.6 on a branch, so I re-enabled eff benchmarks in effectful here.
eff
effectful
You can see how it currently fares against other libraries by running cabal run bench -- -p countdown.1000 and cabal run bench -- -p filesize.1000.
cabal run bench -- -p countdown.1000
cabal run bench -- -p filesize.1000
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
I see you made
eff
compile with GHC 9.6 on a branch, so I re-enabledeff
benchmarks ineffectful
here.You can see how it currently fares against other libraries by running
cabal run bench -- -p countdown.1000
andcabal run bench -- -p filesize.1000
.The text was updated successfully, but these errors were encountered: