Datarouter-load-test provides tools to stress test different datarouter-clients with rapid get
, insert
and scan
operations through the datarouter UI.
<dependency>
<groupId>io.datarouter</groupId>
<artifactId>datarouter-load-test</artifactId>
<version>0.0.126</version>
</dependency>
You can install this module by adding its plugin to the WebappBuilder
.
.addPlugin(new DatarouterLoadTestPluginBuilder()
...
.build()
This library is licensed under the Apache License, Version 2.0 - see LICENSE for details.