开发者

Quantity / Performance Test

I don't know the name of it, but I want to run a test say 10,0000 t开发者_开发技巧o 100,000 times to test for variations in performance. For example I want to test the speed variation between json and xml. I am using visual studio. Is there any tool that will allow me to run my code this amount of times and collect the statistics? Please help me ASAP. THANKS!!!


I would have thought any decent profiler (e.g. ANTS) would do the job. You run your code in a loop and the profiler should give information on the performance statistics.


I think its simply called "iterations" (Performance or load testing is when the number of users/ parallel operations are varied)

Doubts if visual studio will help here. You need some testing tool.. or if you've written your own test scripts, you could have a loop with a configurable no_of_iterations

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜