1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 09:46:17 +00:00

#24: Quick & dirty stress tester (slow at 60k docs with mem db)

This commit is contained in:
jendib
2015-08-31 22:53:33 +02:00
parent 6558ff7e05
commit d14db1d3fb
3 changed files with 122 additions and 2 deletions

View File

@@ -21,6 +21,13 @@
<artifactId>jersey-client</artifactId>
</dependency>
<!-- Depenedencies to Docs -->
<dependency>
<groupId>com.sismics.docs</groupId>
<artifactId>docs-web-common</artifactId>
<type>test-jar</type>
</dependency>
<!-- Other external dependencies -->
<dependency>
<groupId>com.google.guava</groupId>
@@ -47,11 +54,9 @@
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>