Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 2.06 KB

TODO.rst

File metadata and controls

56 lines (45 loc) · 2.06 KB

BUGS

  • Repair PyPy on Travis
  • BUG: "python pyperf timeit --compare-to=pypy" doesn't tune correctly the runner for pypy. pypy requires more warmup values (10) than cpython (1).
  • BUG: --duplicate of timeit must be ignored in PyPy, see the discussion on the speed mailing list.

TODO