-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Performance regression for invariant tests #7503
Comments
Do you have any handlers using |
I don't use Unfortunately a private repo, would be tricky/time consiuming to try and repro it. Any other repos like sablier showing the symptoms? |
Actually @klkvr you can reproduce in a slightly older public snapshot of the repo:
Will also need |
had a look at,
vs
CC @DaniPopes LE: it looks like using std
|
hm yeah we do try to insert the entire EVM stack on step. I believe it's |
@DaniPopes yep, much better (even than original run)
want me to do a PR or will you? |
Go ahead |
Fantastic I'll check on the next nightly thanks! |
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (563e062 2024-03-26T00:16:13.950236000Z)
What command(s) is the bug in?
forge test
Operating System
macOS (Apple Silicon)
Describe the bug
A performance regression has been introduced to invariant tests - they've slowed down considerably with a recent foundryup.
Using a version from early March:
Using latest:
The text was updated successfully, but these errors were encountered: