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
- Host: GitHub
- URL: https://github.com/mongodb/motor-performance
- Owner: mongodb
- License: apache-2.0
- Created: 2016-08-31T15:16:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T21:06:45.000Z (over 2 years ago)
- Last Synced: 2025-01-29T09:43:37.144Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 4
- Watchers: 24
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.