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.