You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/01/20 01:56:29 UTC

[directory-fortress-core] branch master updated: fix paths in Troubleshooting section

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new cfb2fc4  fix paths in Troubleshooting section
cfb2fc4 is described below

commit cfb2fc4176aa4d75c4c34e1361bb29216662bdc4
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Wed Jan 19 19:56:25 2022 -0600

    fix paths in Troubleshooting section
---
 README-LOAD-TESTING.md | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/README-LOAD-TESTING.md b/README-LOAD-TESTING.md
index 997ec75..c45b7e9 100644
--- a/README-LOAD-TESTING.md
+++ b/README-LOAD-TESTING.md
@@ -192,17 +192,15 @@ These assignments must already exist before running this test.
 
 A. View the results
 
-* target/[guid]/jmeter/results/[DATE]-ftAddUser.jtl
-* target/[guid]/jmeter/results/[DATE]ftDelUser.jmx.jtl
-* target/[guid]/jmeter/results/[DATE]ftCheckUser.jtl
+* target/jmeter/results/[DATE]-ftAddUser.jtl
+* target/jmeter/results/[DATE]ftDelUser.jmx.jtl
+* target/jmeter/results/[DATE]ftCheckUser.jtl
 
 B. View the logs
 
-* target/[guid]/jmeter/logs/ftAddUser.jmx.log
-* target/[guid]/jmeter/logs/ftDelUser.jmx.log
-* target/[guid]/jmeter/logs/ftCheckUser.jmx.log
-
-* Where [guid] == a generated tag, e.g. '66dce123-75d1-49ac-80fd-c33147872daa'
+* target/jmeter/logs/ftAddUser.jmx.log
+* target/jmeter/logs/ftDelUser.jmx.log
+* target/jmeter/logs/ftCheckUser.jmx.log
 ____________________________________________________________________________________
  
  #### END OF README