Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 36210182D9 for ; Mon, 1 Feb 2016 20:30:39 +0000 (UTC) Received: (qmail 25367 invoked by uid 500); 1 Feb 2016 20:30:26 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 25323 invoked by uid 500); 1 Feb 2016 20:30:26 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 25314 invoked by uid 99); 1 Feb 2016 20:30:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2016 20:30:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 57713DFD7D; Mon, 1 Feb 2016 20:30:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smckinney@apache.org To: commits@directory.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: directory-fortress-core git commit: FC-145 - Jmeter test improvements, cleanup Date: Mon, 1 Feb 2016 20:30:26 +0000 (UTC) Repository: directory-fortress-core Updated Branches: refs/heads/master 468f4e15e -> b4842e9ce FC-145 - Jmeter test improvements, cleanup Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/b4842e9c Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/b4842e9c Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/b4842e9c Branch: refs/heads/master Commit: b4842e9ce81d21cacda1f68819c292b60cd2b0b0 Parents: 468f4e1 Author: Shawn McKinney Authored: Mon Feb 1 14:29:13 2016 -0600 Committer: Shawn McKinney Committed: Mon Feb 1 14:29:13 2016 -0600 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/b4842e9c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 765d7db..cf667d6 100755 --- a/README.md +++ b/README.md @@ -753,7 +753,7 @@ ________________________________________________________________________________ 3. Setting the jmeter parameters. - These settings effect the length, duration, and number of threads: + These settings affect the length, duration, and the number of threads: * **LoopController.continue_forever**: boolean value, if *false*, test duration is controlled by numbers of *loops* and *threads*. * **LoopController.loops**: integer value, contains the number of iterations each thread performs the test function.