CINXE.COM

PyPy Speed : About this site

<!DOCTYPE html> <html> <head> <title> PyPy Speed : About this site</title> <meta name="description" content="A performance analysis tool for software projects. It shows performance regresions and allows comparing different applications or implementations"> <meta name="keywords" content="performance, test, plots, charts"> <meta charset="UTF-8"> <link href="https://speed.pypy.org/static/css/main.css" rel="stylesheet" type="text/css"> </head> <body> <div id="container"> <div id="title" class="clearfix"> <a href="/"> <img src="https://speed.pypy.org/static/images/logo.png" height="48" alt="logo"/> </a> <h2>SPEED CENTER</h2> <ul id="links" class="inline"> <li><a href="/">Home</a></li><li><a href="/about/">About</a></li> </ul> </div> <div id="wrapper"> <div id="nav"> <ul class="inline"> <li ><a href=" /changes/">Changes</a></li> <li ><a href=" /timeline/">Timeline</a></li> <li ><a href=" /comparison/">Comparison</a></li> </ul> </div> <div id="workarea" class="clearfix"> <div id="sidebar"> </div> <div id="about" class="about_content clearfix"> <h3>About this site</h3> <p>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 <b>benchmarker</b>. Previously, we had other machines (<b>tannit</b> and briefly <b>speed-python</b>). The <b>benchmarker</b> machine is generously donated by <a href="https://baroquesoftware.com">Baroque Software</a>. The specs are:</p> <ul><li>Processor: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz</li> <li>RAM: 64GB Micron DDR4 2400 MHz</li> <li>Disk: 4TB TOSHIBA MG04ACA4</li> </ul> <p>This site runs on top of Django and Codespeed</p> <h3>About the benchmarks</h3> <p>The benchmark code can be found <a href="https://foss.heptapod.net/pypy/benchmarks">here</a>.</p> <p>This is a benchmark suite based on Unladen Swallow, adapted for PyPY and runs on Python2 and Python3. Also see <a href="https://speed.python.org">the python speed site</a></p> <h3>About PyPy</h3> <p>PyPy is a very compliant implementation of the Python language.</p> <p>Main website: <a href="https://www.pypy.org">www.pypy.org</a></p> <p>Blog: <a href="https://www.pypy.org/blog/">www.pypy.org/blog/</a> <h3>About Codespeed</h3> Codespeed is a web application to monitor and analyze the performance of your code. <p>Code: <a href="https://github.com/python/codespeed/tree/speed.pypy.org">PyPy branch of python fork of codespeed</a> <p>Wiki: <a href="https://wiki.github.com/tobami/codespeed/">wiki.github.com/tobami/codespeed/</a></p> <h3>Contact</h3> <p>For problems or suggestions about this website please file an issue on the github repo</p> </div> </div> </div> <div class="footer">Powered by <a href="https://github.com/python/codespeed/">Codespeed</a>, <a href="http://www.djangoproject.com/">Django</a> and <a href="http://www.python.org">Python</a></div> </div> <script type="text/javascript" src="https://speed.pypy.org/static/js/jquery-1.12.3.min.js"></script> <script type="text/javascript" src="https://speed.pypy.org/static/js/codespeed.js"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10