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
Currently when we discovering/execution .net framework test projects, vstest.console.exe will spawn new testhost for each test assembly.
By its shared design, in .net framework test projecst we can reuse testhost for the next source, instead of closing it and creating new one.
It was discovered as part of this issue #3192.
This change should also take in consideration new implemented testsession work.
The text was updated successfully, but these errors were encountered:
@Sanan07 I assigned this to me and I'll probably fix it as part of the next phase of perf improvements. If you'd like to work on it yourself though please let me know.
Currently when we discovering/execution .net framework test projects, vstest.console.exe will spawn new testhost for each test assembly.
By its shared design, in .net framework test projecst we can reuse testhost for the next source, instead of closing it and creating new one.
It was discovered as part of this issue #3192.
This change should also take in consideration new implemented testsession work.
The text was updated successfully, but these errors were encountered: