[Python-Dev] Python Benchmarks (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Thu Jun 8 14:35:47 CEST 2006
- Previous message: [Python-Dev] Python Benchmarks
- Next message: [Python-Dev] Python Benchmarks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
M.-A. Lemburg wrote:
The pybench results match those of timeit.py on my test machine in both cases.
but they don't match the timeit results on similar machines, nor do they reflect what was done at the sprint.
Tools/pybench> ~/projects/Python/Installation/bin/python Calls.py 10 loops, best of 3: 21.8 msec per loop
10 loops ?
what happens if you run the actual test code (the stuff inside the for loop) inside timeit, instead of running your test loop inside timeit?
- Previous message: [Python-Dev] Python Benchmarks
- Next message: [Python-Dev] Python Benchmarks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]