# motor-performance **Repository Path**: mirrors_mongodb/motor-performance ## Basic Information - **Project Name**: motor-performance - **Description**: A separate repository in which to develop performance benchmark tests for Motor, my alternative Python driver for MongoDB - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.