-
Notifications
You must be signed in to change notification settings - Fork 70
flake: update inputs, fix build with GHC 9.10 #884
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
base: main
Are you sure you want to change the base?
Conversation
|
Performance seems to be either unchanged or consistently (~ same % across sizes) worse in some cases. I wonder if FFI calls have a higher cost on the new version, my first intuition is that the slower tests are the ones that compute keccak hashes. Benchmark |
This is quite unfortunate. |
|
Yeah, I think it'd be good to try and figure out what the extra time is spent on. |
df808f0 to
95911f4
Compare
|
I will be also in favor to wait until we have a clear picture on what is causing this regression. |
Description
This is a WIP PR to prepare for when nixpkgs is ready to build hevm with GHC 9.10
We would need the following to land on nixpkgs-unstable or be resolved before we can make the switch:
Checklist