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/10/23 19:44:44 UTC

git commit: Added default simulation class

Repository: incubator-usergrid
Updated Branches:
  refs/heads/gatlingdev 621142007 -> aacc055f8


Added default simulation class


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

Branch: refs/heads/gatlingdev
Commit: aacc055f8e794ca2213f449127b9aee19f0fdccf
Parents: 6211420
Author: Todd Nine <tn...@apigee.com>
Authored: Thu Oct 23 11:44:38 2014 -0600
Committer: Todd Nine <tn...@apigee.com>
Committed: Thu Oct 23 11:44:38 2014 -0600

----------------------------------------------------------------------
 stack/loadtests/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/aacc055f/stack/loadtests/pom.xml
----------------------------------------------------------------------
diff --git a/stack/loadtests/pom.xml b/stack/loadtests/pom.xml
index c39e3a8..0fa6272 100644
--- a/stack/loadtests/pom.xml
+++ b/stack/loadtests/pom.xml
@@ -131,6 +131,7 @@
 				<artifactId>gatling-maven-plugin</artifactId>
         <configuration>
           <simulationsFolder>src/main/scala</simulationsFolder>
+          <simulationClass>org.apache.usergrid.simulations.PushNotificationTargetDeviceSimulation</simulationClass>
         </configuration>
 
 			</plugin>