Friday, November 14, 2008 10:59 AM
We ran into a situation recently where we wanted to evaluate the performance of a single iteration of a load test. We wanted all the load testing goodness of throwing 25 requests at code while not waiting for the load test's time to elapse: just a sliver showing what a single barrage from all 25 would look like.
Unfortunately this isn't something supported out of the box.
Fortuntely, there's an article on codeplex which outlines how to write a very simple load test plugin that will allow you to set how many iterations of a load test you want to fire. You can find the article here.
D