[docs] [issue15369] pybench and test.pystone poorly documented
STINNER Victor
report at bugs.python.org
Tue Oct 18 11:00:16 EDT 2016
STINNER Victor added the comment:
I'm closing the issue again.
Again, pybench moved to http://github.com/python/performance : please continue the discussion there if you consider that we still need to do something on pybench.
FYI I reworked deeply pybench recently using the new perf 0.8 API. perf 0.8 now supports running multiple benchmarks per script, so pybench was written as only a benchmark runner. Comparison between benchmarks can be done using performance, or directly using perf (python3 -m perf compare a.json b.json).
----------
resolution: -> fixed
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15369>
_______________________________________
More information about the docs
mailing list