This project contains a collection of applications for testing the performance of the MongoDB Asynchronous Java Driver.
Currently there are two test drivers provided:
- com.allanbank.mongodb.performance.BsonPerformanceITest
- com.allanbank.mongodb.performance.PerformanceITest
BsonPerformanceITest provides a driver for measuring the performance of the
drivers BSON encoding an decoding for various document sizes and complexity. Sample
results are provided on the driver's website.
PerformanceITest provides a driver for measuring the performance of the driver when performing
various read and write operations against a MongoDB server or cluster. Again sample results are
provided on the driver's site.
Both classes can be run via the command line or via JUnit.