Skip to content

Commit 94e3b69

Browse files
committed
Add a note on PyPy
1 parent c89eed6 commit 94e3b69

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ possible.
2424
(source code, issues)
2525
* `Download pyperformance on PyPI <https://pypi.python.org/pypi/pyperformance>`_
2626

27+
pyperformance is not tuned for PyPy yet: use the `PyPy benchmarks project
28+
<https://foss.heptapod.net/pypy/benchmarks>`_ instead to measure PyPy
29+
performances.
30+
2731
pyperformance is distributed under the MIT license.

doc/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ See also the `Python speed mailing list
4343
<https://mail.python.org/mailman/listinfo/speed>`_ and the `Python pyperf module
4444
<http://pyperf.readthedocs.io/>`_ (used by pyperformance).
4545

46+
pyperformance is not tuned for PyPy yet: use the `PyPy benchmarks project
47+
<https://foss.heptapod.net/pypy/benchmarks>`_ instead to measure PyPy
48+
performances.
49+
4650
Image generated by bm_raytrace (pure Python raytrace):
4751

4852
.. image:: images/bm_raytrace.jpg

0 commit comments

Comments
 (0)