DATAMONGO-439 - Created performance tests.

Added a performance tests that tests two things. Write performance in a variety of WriteConcern configurations as well as write-read performance against WriteConcern.SAFE. The tests can be executed by running the Maven build with the performance-test profile. Fixed some performance hotspots discovered in the course of profiling the test case.
This commit is contained in:
Oliver Gierke
2012-05-03 17:35:03 +02:00
parent fed31c74e1
commit 71e639402c
5 changed files with 642 additions and 9 deletions

View File

@@ -187,6 +187,9 @@
<includes>
<include>**/*Tests.java</include>
</includes>
<excludes>
<exclude>**/PerformanceTests.java</exclude>
</excludes>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>