Has anyone done temporal unit-testing?
I\'m not even sure if such lingo has been coined or not, but the point is to test that operations perform within temporal lim
Just some notes from my experience... We care about the performance of many of our components and have a very unittest-like framework to exercise and time them (with hindsight, we should have just used CppUnit
or boost::test
like we do for unittests). We call these "component benchmarks" rather than unittests.