From d6cdfcd34a28e178777ac48abdbcada66374bbf4 Mon Sep 17 00:00:00 2001 From: Daniel Campos Date: Mon, 15 Jun 2020 09:41:26 -0300 Subject: [PATCH] Initial commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94247a6..b2f1c06 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ These tests simulate actual end user usage of the application. They are used to * `[number of clients]` - The nuber of concurrent end users to simulate. (Optional: Default is 2) * `[number of requests]` - The total number of requests to run before terminating the tests. (Optional: Default is 10) -## Running locally +### Running locally ### Requirements * locust `pip install locustio`