Closed warner closed 10 years ago
I'd like python setup.py speed to run a series of benchmarks (with the timeit module) to quickly measure performance on a given platform.
python setup.py speed
timeit
I'd like
python setup.py speed
to run a series of benchmarks (with thetimeit
module) to quickly measure performance on a given platform.