An open API service indexing awesome lists of open source software.

https://github.com/mongodb/motor-performance

A separate repository in which to develop performance benchmark tests for Motor, my alternative Python driver for MongoDB
https://github.com/mongodb/motor-performance

Last synced: 3 months ago
JSON representation

A separate repository in which to develop performance benchmark tests for Motor, my alternative Python driver for MongoDB

Awesome Lists containing this project

README

        

# Motor performance benchmarks

Implement the [standard MongoDB Driver benchmark suite](https://jira.mongodb.org/browse/DRIVERS-301) for [Motor](https://motor.readthedocs.io).

Requires Python 3.5, Tornado, and Motor.

Clone the [Motor repository](https://github.com/mongodb/motor) and:

```
PYTHONPATH=/path/to/motor python3.5 perf_test.py
```

Simply installing Motor with pip isn't enough: the script uses testing code from Motor's repository.