-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Huge performance drop since 2.3.2 release #820
Comments
I just tried to check the differences on a big testsuite (+4000 tests, 2/3 are functional tests) and I could not see a real difference 🤔 nor on the Foundry's testsuite 🤷 I'd be curious to know where it is coming from... Sadly, even if it was a bugfix release, we released a ton of stuff in v2.3.2 that won't be so easy to find where it is coming from... What about the memory consumption? |
Hi nikophil, Memory consumption is ~213MB with Foundry 2.3.1, and ~251MB with Foundry 2.3.4. Using 2.3.4, I reverted the modifications in the PR you mentioned but this didn't change anything, I'll investigate this today & tomorrow. |
I did some vendor bisect (thanks Grégoire for their post), and if I did it correctly, here is the commit that impacts performance: 98f018c Please tell me if I can help debug the issue (other than sharing the entire work project 😅) |
ok, even if the memory is a little bit impacted, this is definitely not the culprit...
thanks, to have tried, at least :)
super cool, thanks, this already really restricts the scope!
Not sure what to do... In this PR we're calling |
hey, few more questions please:
few more things to try:
thanks 👋 I tried few things on Foundry's testsuite, but I cannot reproduce any overhead with the given PR |
Hi Nicolas,
|
thanks tor these information.
ok, I'm kinda relieved it's not coming from here 😅 |
Hello,
For the main project at work, I noticed a significant performance drop when upgrading from version 2.3.1 to either 2.3.2 or 2.3.4 (tested both).
At the beginning I suspected PHPUnit v12 upgrade (as I upgraded both at the same time), but after reverting everything & upgrading Foundry only, I figured out it is the culprit 😅
So about the performance drop:
Our test suite is half functional tests & half unit tests (2136 tests in total).
I'm going to try to investigate further, but rather tomorrow I think.
The text was updated successfully, but these errors were encountered: