Skip to content

Commit

Permalink
Merge pull request locustio#1536 from max-rocket-internet/patch-1
Browse files Browse the repository at this point in the history
Update README.md to have full links to images
  • Loading branch information
cyberw authored Aug 20, 2020
2 parents 77deb7b + 0e99e22 commit eabee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Locust makes it easy to run load tests distributed over multiple machines. It is

Locust has a user friendly web interface that shows the progress of your test in real-time. You can even change the load while the test is running. It can also be run without the UI, making it easy to use for CI/CD testing.

<img src="locust/static/img/ui-screenshot-charts.png" alt="Locust UI charts" width="200"/> <img src="locust/static/img/ui-screenshot-stats.png" alt="Locust UI stats" width="200"/> <img src="locust/static/img/ui-screenshot-workers.png" alt="Locust UI workers" width="200"/> <img src="locust/static/img/ui-screenshot-start-test.png" alt="Locust UI start test" width="200"/>
<img src="https://raw.githubusercontent.com/locustio/locust/master/locust/static/img/ui-screenshot-charts.png" alt="Locust UI charts" width="200"/> <img src="https://raw.githubusercontent.com/locustio/locust/master/locust/static/img/ui-screenshot-stats.png" alt="Locust UI stats" width="200"/> <img src="https://raw.githubusercontent.com/locustio/locust/master/locust/static/img/ui-screenshot-workers.png" alt="Locust UI workers" width="200"/> <img src="https://raw.githubusercontent.com/locustio/locust/master/locust/static/img/ui-screenshot-start-test.png" alt="Locust UI start test" width="200"/>

#### Can test any system

Expand Down

0 comments on commit eabee23

Please sign in to comment.