pybench, call_simple and call_method microbenchmarks removed

Hi,
I removed pybench, call_simple and call_method microbenchmarks from the performance project and moved them my other project: https://github.com/haypo/pymicrobench
The pymicrobench project is a collection of CPython microbenchmarks used to optimize CPython and test specific micro-optimizations.
IMHO the removed microbenchmarks are not representative of CPython or PyPy performances at all, and are only useful for CPython developers.
I also wrote a much longer description for each benchmark in performance documentation: http://pyperformance.readthedocs.io/benchmarks.html
I also started to document weird CPython results: http://pyperformance.readthedocs.io/benchmarks.html#html5lib http://pyperformance.readthedocs.io/benchmarks.html#sympy
Victor
participants (1)
-
Victor Stinner