Forum member

jmwnoble

2 posts

Posts by jmwnoble

  1. Hotspot bars are all zero length

    Hi, I've come back to this issue because we never came up with an approach - did you have something specific in mind when you said "managing the async delays yourself so that the thread control is not transferred outside your own code" that would not require changes to the system under test, or at l…

  2. Hotspot bars are all zero length

    I have a related issue. Running NCrunch against a .Net Core 5 solution, the performance metrics seem way off. An integration test that I watch taking 3 mins to run, has a hotspot on the parent method of 800ms when it should reflect the 3 mins it is actually taking. If I put Thread.Sleep in, tha…