You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior: Time of opening projects between versions should not be that different.
Actual Behavior: Performance of the opening projects has decreased significantly. I suspect this could be related to moving Roslyn engine to separate exe which is BuildHost.
This performance issue could be introduced with 4.9.0 when BuildHost was introduced, but we have updated directly from 4.8.0 to 4.12.0 so we didn't observe performance between these versions.
version 4.8.0
Solution | Number of projects | Total time [s] | MAX [s] | AVG [s]
SharpDevelop | 44 | 14.40 | 5.80 | 0.33
SimplCommerce | 34 | 13.97 | 6.34 | 0.41
CAP | 31 | 11.66 | 5.35 | 0.38
version 4.12.0 (in brackets there is percentage increase)
Solution | Number of projects | Total time [s] | MAX [s] | AVG [s]
SharpDevelop | 44 | 119.24 (828%) | 10.24 | 2.71
SimplCommerce | 34 | 80.36 (575%) | 8.22 | 2.36
CAP | 31 | 48.85 (419%) | 9.18 | 1.58
The text was updated successfully, but these errors were encountered:
Version Used: 4.12.0 (versus 4.8.0)
Steps to Reproduce:
Expected Behavior: Time of opening projects between versions should not be that different.
Actual Behavior: Performance of the opening projects has decreased significantly. I suspect this could be related to moving Roslyn engine to separate exe which is BuildHost.
This performance issue could be introduced with 4.9.0 when BuildHost was introduced, but we have updated directly from 4.8.0 to 4.12.0 so we didn't observe performance between these versions.
version 4.8.0
version 4.12.0 (in brackets there is percentage increase)
The text was updated successfully, but these errors were encountered: