jentfoo / ambush

A unique java library for structuring and driving performance load tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A unique java library for structuring and driving performance load tests

License:Mozilla Public License 2.0


Languages

Language:Java 100.0%