I’m trying to create a load test in VS Test Project. I have one empty test method which is called multiple times. At best my test runs 600 times per second.
How to increase the number of running tests per sec?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think this is limited by the machine where the
Load testis executing. Perhaps, you can increase this number by:Virtual Usersto your Load Test. Your test iterations will be shared to the virtual users and they will be executing them in parallel.Test Agents. If you are using a test rig for yourLoad Testsyou can define more VM (if possible) as Test Agents.See the following references for more details:
**If you add functionality to your empty test method I am afraid the runs/sec number will decreased again.