From e9195beef31eb5edb9cfb88866a2efe1939025a1 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 28 Aug 2017 10:21:16 +0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3905106d..4cb3fa5c 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ $ locusts -f examples/first-testcase.yml In this case, you can reuse all features of [`Locust`][Locust]. -That’s not all about it. With the argument `--full-speed`, you can even start locust with master and several slaves (default to cpu cores) at one time, which means you can leverage all cpus of your machine. +That’s not all about it. With the argument `--full-speed`, you can even start locust with master and several slaves (default to cpu cores number) at one time, which means you can leverage all cpus of your machine. ```bash $ locusts -f examples/first-testcase.yml --full-speed