mirror of https://github.com/locustio/locust.git
documentation grammar
This commit is contained in:
parent
03b94c8fb9
commit
eee1db04c0
|
@ -7,7 +7,7 @@
|
||||||
[](https://github.com/locustio/locust/graphs/contributors)
|
[](https://github.com/locustio/locust/graphs/contributors)
|
||||||
[](https://github.com/support-ukraine/support-ukraine)
|
[](https://github.com/support-ukraine/support-ukraine)
|
||||||
|
|
||||||
Locust is an open source performance/load testing tool for HTTP and other protocols. Its developer friendly approach lets you to define your tests in regular Python code.
|
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 command line or using its web-based UI. Throughput, response times and errors can be viewed in real time and/or exported for later analysis.
|
Locust tests can be run from command line or using its web-based UI. Throughput, response times and errors can be viewed in real time and/or exported for later analysis.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
What is Locust?
|
What is 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 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 command line or using its web-based UI. Throughput, response times and errors can be viewed in real time and/or exported for later analysis.
|
Locust tests can be run from command line or using its web-based UI. Throughput, response times and errors can be viewed in real time and/or exported for later analysis.
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
||||||
[project]
|
[project]
|
||||||
name = "locust"
|
name = "locust"
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
description = "Developer friendly load testing framework"
|
description = "Developer-friendly load testing framework"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
Loading…
Reference in New Issue