Hi,
Version: VS 2015/ NTVS
We use ExportRunner to run TypeScript tests. The time taken to run a single test normally ranges from 250 ms to 1 second.
The test itself should run under 5 ms, because they are all unit tests and there is no reason for them to take much longer than that.
It appears that the test launch/preparation code is adding about 200 ms per test.
This is a problem, because for just 100 tests we're looking at 20 seconds plus.
Can this be fixed?
Hi,
Version: VS 2015/ NTVS
We use
ExportRunnerto run TypeScript tests. The time taken to run a single test normally ranges from 250 ms to 1 second.The test itself should run under 5 ms, because they are all unit tests and there is no reason for them to take much longer than that.
It appears that the test launch/preparation code is adding about 200 ms per test.
This is a problem, because for just 100 tests we're looking at 20 seconds plus.
Can this be fixed?