Using Visual Studio 2008 for a unit test, one of the unit tests has to do with a basic performance smoke test to make sure additional code doesn't slow down a heavily-used method too badly.
Obviously, I want this to fail when the "# per second" falls below a certain value, and of course it displays my message in the Error Message column, but when it passes, I'd still like this performance metric displayed somewhere in the Unit Test results.
Is this possible?