My buddy TomB just passed this my way, it is a very nice looking performance benchmark framework for .NET called NPerf that has been posted on the code project.
As you can see from this sample test it has a very NUnit like feel.
[PerfTester(typeof(IDictionary),10)] publicclass DictionaryTester { // explained below privateint count; private Random rnd = new Random();