Forum member
Sakari
3 posts
Posts by Sakari
-
Exceptions in tasks
My tests usually test client-server components. A lot of these are started in a dummy thread and communicated to through a dummy network. They are done shutdown "quickly", which means the server will simply stop what it's doing, close it's (dummy) sockets and exit. This has as a side effect that …
27 Dec 2013 21:42 UTC
-
Massive performance difference when using ncrunch
Thank you, removing instrumentation for the Crypto related assembly indeed fixed the issue :)
26 Dec 2013 15:57 UTC
-
Massive performance difference when using ncrunch
I used to use the Regular visual studio test explorer with the NUnit adapter. With this, my tests run in usually around 100ms-1sec. Most tests have a 2 to 10 second builtin timeout when waiting for messages. So far so good, it all works fine. I've been evaluating NCrunch, and, after fixing a n…
25 Dec 2013 13:29 UTC