Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | benchmarks/py-locust: Upgrade to 2.37.10 | Jesús Daniel Colmenares Oviedo | 2025-06-13 | 1 | -25/+0 |
| | | | | | | | | | | | | | | | | | | | | | * Pet portclippy/portfmt. * Add distribution file for examples and test scripts (the release file does not include them, but includes the web UI which the repository does not have). * Remove examples (they are now incompatible with the new version of Locust). * Include updated examples from the repository. * Prefer to generate pkg-plist manually instead of relying on autoplist (since the sample scripts are included manually, it is preferable to manually generate the pkg-plist). * Change distutils in favor of pep517. * Fix binding in all interfaces when --web-host is set to '*'. ChangeLog: https://github.com/locustio/locust/compare/0.11.0...2.37.10 PR: 287027 Approved by: acm (mentor) Approved by: maintainer timeout (20 days) | ||||
* | [NEW] benchmarks/py-locust: Python utility for doing distributed load tests | Vinícius Zavam | 2019-01-20 | 1 | -0/+25 |
Locust is an easy-to-use, distributed, user load testing tool. It is intended for load-testing web sites (or other systems) and figuring out how many concurrent users a system can handle. The behavior of each locust (or test user if you will) is defined by you and the swarming process is monitored from a web UI in real-time. This will help you battle test and identify bottlenecks in your code before letting real users in. WWW: https://locust.io/ Approved by: araujo (mentor), rene (mentor) Sponsored by: cleverbridge AG Differential Revision: https://reviews.freebsd.org/D18895 Notes: svn path=/head/; revision=490786 |