Forum member

Sakari

3 posts

Posts by Sakari

  1. 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 …

  2. Massive performance difference when using ncrunch

    Thank you, removing instrumentation for the Crypto related assembly indeed fixed the issue :)

  3. 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…