-
Notifications
You must be signed in to change notification settings - Fork 137
Labels
Description
With this example, we want to test the performance of MongoDB.
- DB examples folder
- Example should have a ReadScenario which reads data and a WriteScenario which writes data into MongoDB. (all scenarios will be executed concurrently)
- Create an empty InitScenario, which will create a users collection and insert a configured number of users.
- User contract can be simple:
{ ID: int, Data: byte[] } - Use JsonConfig to configure the Data size in bytes, the number of users in the DB.
Reactions are currently unavailable