motor-performance

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

APACHE-2.0 License

Stars
4
Committers
1

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.