Locust: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 7: Line 7:


==Playground==
==Playground==
{|
| valign="top" |
<source lang="bash">
<source lang="bash">
mkdir -p ~/Documents/locust-playground
mkdir -p ~/Documents/locust-playground
cd      ~/Documents/locust-playground
cd      ~/Documents/locust-playground
</source>
</source>
| valign="top" |
|-
| colspan="2" |
----
|-
| valign="top" |
| valign="top" |
|}


==References==
==References==

Revision as of 22:05, 19 January 2024

python3 -m venv ~/.venv/locust --prompt="Locust"
source ~/.venv/locust/bin/activate
pip install locust
locust -V

Playground

mkdir -p ~/Documents/locust-playground
cd       ~/Documents/locust-playground

References