Skip to content

Commit

Permalink
Merge pull request #3031 from changchaishi/fix-readme
Browse files Browse the repository at this point in the history
fix readme image ref links
  • Loading branch information
cyberw authored Jan 14, 2025
2 parents 4735379 + 22f7498 commit 68fa4c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Locust has a user friendly web interface that shows the progress of your test in
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/bottlenecked-server-light.png" alt="Locust UI charts" height="100" width="200"/>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/bottlenecked-server-dark.png" alt="Locust UI charts" height="100" width="200"/>
<img src="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/bottlenecked-server-light.png" alt="Locust UI charts" height="100" width="200"/>
<img src="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/bottlenecked-server-light.png" alt="Locust UI charts" height="100" width="200"/>
</picture>
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/webui-running-statistics-light.png" alt="Locust UI stats" height="100" width="200"/>
Expand Down
6 changes: 3 additions & 3 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ Locust's web interface

Open http://localhost:8089

.. image:: images/webui-splash-screenshot.png
.. image:: images/webui-splash-light.png

| Provide the host name of your server and try it out!
The following screenshots show what it might look like when running this test using 50 concurrent users, with a ramp up rate of 1 user/s

.. image:: images/webui-running-statistics.png
.. image:: images/webui-running-statistics-light.png

| Under the *Charts* tab you'll find things like requests per second (RPS), response times and number of running users:
.. image:: images/bottlenecked_server.png
.. image:: images/bottlenecked-server-light.png

.. note::

Expand Down

0 comments on commit 68fa4c2

Please sign in to comment.