Search Results

0
votes

How do I Unit Test for relative performance?

I do some time measurements on tests for code that is destined for a real time system where a correct answer that took too long to calculate is a failure. All I do is plot the delta cpu t …