WebとAPI向けの負荷試験ツールです。 LocustはシナリオをPython で実装し、ユーザー数を設定すると簡単に負荷テストができます。 launce launce は Locust のワーカーの仕組みを提供するライブラリです。 マスターの機能は持っていないので、 Locust でマスター ...
Locust is an open source performance/load testing tool for HTTP and other protocols. Its developer-friendly approach lets you define your tests in regular Python code. Locust tests can be run from ...