You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/11/17 21:12:15 UTC

[05/50] [abbrv] incubator-usergrid git commit: Fixed read to include compile phase, which is necessary b/c gatling does not execute this phase as a dependency

Fixed read to include compile phase, which is necessary b/c gatling does not execute this phase as a dependency


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/be6c3c2d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/be6c3c2d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/be6c3c2d

Branch: refs/heads/two-dot-o-events
Commit: be6c3c2d1ba3e7f5d5708ab09a556e11f2da7184
Parents: 8bab4e7
Author: Todd Nine <tn...@apigee.com>
Authored: Fri Nov 7 15:34:13 2014 -0700
Committer: Todd Nine <tn...@apigee.com>
Committed: Fri Nov 7 15:34:13 2014 -0700

----------------------------------------------------------------------
 stack/loadtests/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/be6c3c2d/stack/loadtests/README.md
----------------------------------------------------------------------
diff --git a/stack/loadtests/README.md b/stack/loadtests/README.md
index b246d04..7f63b18 100644
--- a/stack/loadtests/README.md
+++ b/stack/loadtests/README.md
@@ -3,7 +3,7 @@ Gatling will run through mvn
 
 1. navigate to loadtests under stack
 
-1. execute mvn gatling:execute with these options
+1. execute mvn compile gatling:execute with these options
 
 	*Required
 	> -Dthrottle={maxReqsSec} -Dduration={durationInSecs} -Dorg={org}  -Dapp={appName} -Dbaseurl={uriNoProceedingSlash} -DnumEntities={numberOfEntitiesYouWantToCreateInteger} -DnumUsers={totalUsersInteger} -DrampTime={rampTimeIntegerSeconds} -DadminUser={username} -DadminPassword={pwd} -Dgatling.simulationClass={simulationFQDN}
@@ -13,7 +13,7 @@ Gatling will run through mvn
 	>-DpushNotifier={notifierName} -DpushProvider={noop_apns_or_gcm} 
 
 	So running will look something like this
-	>mvn gatling:execute -Dthrottle=100 -Dduration=300 -Dorg=usergrid  -Dapp=load -Dbaseurl=http://load.usergrid.com -DnumEntities=300 -DnumUsers=600 -DrampTime=30 -DadminUser=usergrid -DadminPassword=test -Dgatling.simulationClass=org.apache.usergrid.simulations.AppSimulation
+	>mvn compile gatling:execute -Dthrottle=100 -Dduration=300 -Dorg=usergrid  -Dapp=load -Dbaseurl=http://load.usergrid.com -DnumEntities=300 -DnumUsers=600 -DrampTime=30 -DadminUser=usergrid -DadminPassword=test -Dgatling.simulationClass=org.apache.usergrid.simulations.AppSimulation
 	
 	Setting the rampTime => Injects a given number of users with a linear ramp over a given duration.
 
@@ -21,4 +21,4 @@ Gatling will run through mvn
 	
 	Also see http://gatling.io/docs/2.0.2/general/simulation_setup.html
 	
-	Additional docs can be found here http://gatling.io/docs/2.0.2/
\ No newline at end of file
+	Additional docs can be found here http://gatling.io/docs/2.0.2/