Skip to content

Implement NBomber MongoDb example #352

@AntyaDev

Description

@AntyaDev

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.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions