Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.1 KB

TODO.rst

File metadata and controls

57 lines (46 loc) · 2.1 KB

BUGS

  • Repair PyPy on Travis
  • Reject --tracemalloc in bench_command()
  • 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