|
5 | 5 | </div> |
6 | 6 | <div id="about" class="about_content clearfix"> |
7 | 7 | <h3>About this site</h3> |
8 | | -<p>We have nightly benchmark runs of pypy, together with cpython 2.6.2 data for comparison.</p> |
| 8 | +<p>We have nightly benchmark runs of pypy, together with cpython data for comparison.</p> |
9 | 9 | <p>This site runs on top of Django and Codespeed</p> |
10 | 10 | <h3>About the benchmarks</h3> |
11 | | -<p>The code can be found <a href="https://bitbucket.org/pypy/benchmarks">here</a>.</p> |
| 11 | +<p>The benchmark code can be found <a |
| 12 | +href="https://foss.heptapod.net/pypy/benchmarks">here</a>.</p> |
12 | 13 | <p>This is a benchmark suite based on Unladen Swallow, adapted for PyPY and |
13 | | -runs on Python2. For a port of these benchmarks to Python3 see <a |
| 14 | +runs on Python2 and Python3. Also see <a |
14 | 15 | href="https://speed.python.org">the python speed site</a></p> |
15 | 16 | <h3>About PyPy</h3> |
16 | 17 | <p>PyPy is a very compliant implementation of the Python language.</p> |
17 | | -<p>Main website: <a href="http://www.pypy.org">pypy.org</a></p> |
| 18 | +<p>Main website: <a href="https://www.pypy.org">www.pypy.org</a></p> |
18 | 19 |
|
19 | | -<p>Blog: <a href="http://morepypy.blogspot.com/">morepypy.blogspot.com</a> |
| 20 | +<p>Blog: <a href="https://www.pypy.org/blog/">www.pypy.org/blog/</a> |
20 | 21 | <h3>About Codespeed</h3> |
21 | 22 | Codespeed is a web application to monitor and analyze the performance of your code. |
22 | | -<p>Code: <a href="http://github.com/tobami/codespeed">github.com/tobami/codespeed</a></p> |
23 | | -<p>Wiki: <a href="http://wiki.github.com/tobami/codespeed/">wiki.github.com/tobami/codespeed/</a></p> |
| 23 | +<p>Code: <a href="https://github.com/python/codespeed/tree/speed.pypy.org">PyPy branch of python fork of codespeed</a> |
| 24 | +<p>Wiki: <a href="https://wiki.github.com/tobami/codespeed/">wiki.github.com/tobami/codespeed/</a></p> |
24 | 25 | <h3>Contact</h3> |
25 | 26 | <p>For problems or suggestions about this website write to</p> |
26 | | -<p>the <a href="http://codespeak.net/mailman/listinfo/pypy-dev">pypy-dev mailing list</a> or directly to Miquel Torres (tobami at googlemail dot com)</p> |
| 27 | +<p>the <a href="https://pypy.org/contact/">PyPy team</a> or directly to Miquel Torres (tobami at googlemail dot com)</p> |
27 | 28 |
|
28 | 29 | </div> |
29 | 30 | {% endblock %} |
0 commit comments