Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 660 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 660 Bytes

datarouter-load-test

Datarouter-load-test provides tools to stress test different datarouter-clients with rapid get, insert and scan operations through the datarouter UI.

Installation with Maven

<dependency>
	<groupId>io.datarouter</groupId>
	<artifactId>datarouter-load-test</artifactId>
	<version>0.0.126</version>
</dependency>

Installation with Datarouter

You can install this module by adding its plugin to the WebappBuilder.

.addPlugin(new DatarouterLoadTestPluginBuilder()
		...
		.build()

License

This library is licensed under the Apache License, Version 2.0 - see LICENSE for details.