-
Notifications
You must be signed in to change notification settings - Fork 27
Description
I just downloaded v 1.0.41 and ran it on the same server that I had run 1.0.39 and the scores were about 2x slower. I thought that perhaps you changed the tests, so looked at the code here and saw that you only really added some checks for xdebug, opcache etc...
I had installed xdebug a few days ago and set it to only be used on trigger mode. But I disabled xdebug anyway and the test scores were back to the previous speed.
So, it would seem that xdebug is slowing it down by 2x, yet the benchmark output said "xdebug : no". Also, I see in the code that it is supposed to print a message for xdebug, opcache etc... and even though it says "opcache : yes", the message wasn't printed.
Please let me know if you need any other information to debug this.
Thanks!