diff --git a/speed_pypy/templates/about.html b/speed_pypy/templates/about.html index 77033948..0152f056 100644 --- a/speed_pypy/templates/about.html +++ b/speed_pypy/templates/about.html @@ -5,7 +5,7 @@

About this site

-

We have nightly benchmark runs of pypy, together with cpython data for +

We have nightly benchmark runs of PyPy, together with CPython data for comparison. The current benchmarks have run since 2016 on a dedicated machine named benchmarker. Previously, we had other machines (tannit and briefly speed-python). The benchmarker machine is generously @@ -16,23 +16,31 @@

About this site

  • Disk: 4TB TOSHIBA MG04ACA4
  • -

    This site runs on top of Django and Codespeed

    +

    This site runs on top of Django +and Codespeed.

    +

    About the benchmarks

    The benchmark code can be found here.

    -

    This is a benchmark suite based on Unladen Swallow, adapted for PyPY and -runs on Python2 and Python3. Also see the python speed site

    +

    This is a benchmark suite based on Unladen Swallow, adapted for PyPy and +runs on Python2 and Python3. Also see the +speed.python.org site.

    +

    About PyPy

    PyPy is a very compliant implementation of the Python language.

    Main website: www.pypy.org

    - +

    Documentation: doc.pypy.org

    Blog: www.pypy.org/blog/ +

    About Codespeed

    -Codespeed is a web application to monitor and analyze the performance of your code. -

    Code: PyPy branch of python fork of codespeed -

    Wiki: wiki.github.com/tobami/codespeed/

    +Codespeed is a web application +to monitor and analyze the performance of your code. +

    The source code of this website can be found on the +PyPy +branch of the Python fork of codespeed.

    +

    Contact

    -

    For problems or suggestions about this website please file an issue on the github repo

    +

    For problems or suggestions about this website, please file an issue in the +GitHub repository.

    {% endblock %}