When hovering over a tooltip, we see something like:
Covered by 3 passing tests
Average execution time per test is 208ms
Total execution time for all tests is 624ms
Since the last line is just a simple function of the first two lines, it doesn't seem to me like it's that useful. Maybe replacing it with minimum execution time would be more useful. That way you can compare the minimum/average times to get an idea for the range of execution times, and better understand if slowness is something inherent to this section of code, or if it's heavily dependent on the kind of parameters passed in?
Just a small suggestion.
Thanks, as always, for an incredible tool!
Remco NCrunch Developer
#1826
09 May 2012 21:39 UTC
Hi Balfa,
Thanks for the suggestion. I can see other opportunities here too, such as adding in a 'Maximum execution time'. The metrics shown could be configurable and therefore better suited to your situation.
Cheers,
Remco
Thanks for the suggestion. I can see other opportunities here too, such as adding in a 'Maximum execution time'. The metrics shown could be configurable and therefore better suited to your situation.
Cheers,
Remco
Post a reply
Log in to reply.