/motor-performance

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

Primary LanguagePythonApache License 2.0Apache-2.0

Motor performance benchmarks

Implement the standard MongoDB Driver benchmark suite for Motor.

Requires Python 3.5, Tornado, and Motor.

Clone the Motor repository 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.