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 2016/03/20 19:41:45 UTC

directory-fortress-core git commit: remove accel sessperms from section 14

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master f754e83fb -> 3e4daa830


remove accel sessperms from section 14


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/3e4daa83
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/3e4daa83
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/3e4daa83

Branch: refs/heads/master
Commit: 3e4daa830bb04a2525b10df30aef8faa2d9c6eba
Parents: f754e83
Author: Shawn McKinney <sm...@apache.org>
Authored: Sun Mar 20 11:49:53 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sun Mar 20 11:49:53 2016 -0500

----------------------------------------------------------------------
 README.md | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/3e4daa83/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8b99130..283990d 100644
--- a/README.md
+++ b/README.md
@@ -747,9 +747,6 @@ ________________________________________________________________________________
  E. Accelerator CreateSession:
   [src/test/jmeter/acCreateSession.jmx](src/test/jmeter/acCreateSession.jmx)
 
- F. Accelerator SessionPermissions:
-  [src/test/jmeter/acSessionPerms.jmx](src/test/jmeter/acSessionPerms.jmx)
-
 
 3. Setting the jmeter parameters.
 
@@ -805,11 +802,6 @@ ________________________________________________________________________________
   mvn -Ploadtest-accel-createsess jmeter:jmeter
   ```
 
- F. Accelerator SessionPermissions:
-  ```
-  mvn -Ploadtest-accel-sessperms jmeter:jmeter
-  ```
-
  The tests will run and produce measurements for throughput and latency.
 
 ___________________________________________________________________________________