$ErrorActionPreference = "Stop" locust -f "$PSScriptRoot\locustfile_frontend.py" ` --host "http://127.0.0.1:4301" ` --headless ` -u 30 ` -r 5 ` -t 3m ` --html "$PSScriptRoot\frontend-performance-report.html"