Skip to content

A unique java library for structuring and driving performance load tests

License

Notifications You must be signed in to change notification settings

threadly/ambush

Repository files navigation

Ambush Build status

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.

Get ambush from maven central:

<dependency>
	<groupId>org.threadly</groupId>
	<artifactId>ambush</artifactId>
	<version>0.2</version>
</dependency>

This is still in an early phase, take a look at the issues for enhancements which are planned. Feel free to file new issues for suggested improvements or questions.