Skip to content

tomoyk/load-test-sockshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load / Integration Tests

These tests simulate actual end user usage of the application. They are used to validate the overall functionality and can also be used to put simulated load on the system. The tests are written using locust.io

Run load test:

locust --headless --users 10 --spawn-rate 10 -H http://192.0.2.33

About

A load-test script using EClog access pettern

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Python 92.7%
  • Shell 7.3%