Hey guys, I need a little help here. Can someone explain to be what the difference between looping and running each test case individually?
I set up a test case to hit an SSL connection 50 times in a second. I ran the test without looping 3 times and took the average. Then I loop the test 3 times and took the average. The single runs ran with no errors and a lower average time than the loop run. Which would be the best possible way to find the average time of the run. Loop or no loop? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

