a

ambush

A unique java library for structuring and driving performance load tests. What makes this so unique is the belief that what is describing how test code runs, should be the same language/closely connected with the tool which helps structure those actions and executes those actions.
http://threadly.org/
Mozilla Public License Version 2.0
Mike Jensen
Files download
File Operation
ambush-0.2.jar download
ambush-0.2.pom download
ambush-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.threadly</groupId>
  <artifactId>ambush</artifactId>
  <version>0.2</version>
</dependency>
Gradle Groovy
implementation 'org.threadly:ambush:0.2'
Gradle Kotlin
implementation("org.threadly:ambush:0.2")
Scala SBT
libraryDependencies += "org.threadly" % "ambush" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.threadly', module='ambush', version='0.2')
)
Apache Ivy
<dependency org="org.threadly" name="ambush" rev="0.2" />
Leiningen
[org.threadly/ambush "0.2"]
Apache Buildr
'org.threadly:ambush:jar:0.2'
Dependencies