|
5 | 5 | </div> |
6 | 6 | <div id="about" class="about_content clearfix"> |
7 | 7 | <h3>About this site</h3> |
8 | | -<p><description of site and what benchmarks that are run></p> |
9 | | -<p>This site runs on top of Django and Codespeed</p> |
| 8 | +<p>Welcome to the speed.python.org project - this project is aimed at |
| 9 | +constructing a shared benchmark system based on the excellent |
| 10 | +<a href="http://speed.pypy.org/" target="_blank">speed.pypy.org</a> |
| 11 | +project.</p> |
| 12 | +<p>This project will setup a common, shared instance of the benchmarking |
| 13 | +suite and visualization tools put together by the |
| 14 | +<a href="http://pypy.org/" target="_blank">PyPy team</a>, based on work |
| 15 | +from the <a href="http://code.google.com/p/unladen-swallow/" target="_blank"> |
| 16 | +Unladen Swallow project</a>. |
| 17 | +<p>Coming out of the PyCon 2011 VM and language summits, it was commonly |
| 18 | +agreed that PyPy, CPython, IronPython and Jython should strive to move |
| 19 | +to a common set of benchmarks and a single performance-oriented site. |
| 20 | +This was agreed upon by the maintainers present at the conference, and |
| 21 | +included leads from all of the major implementations. This project |
| 22 | +would be lead by the various VM development teams, and based around |
| 23 | +the Unladen Swallow/PyPy benchmark suite. |
| 24 | +</p> |
| 25 | +<p>Once set up, this site will be prominently linked on Python.org, and serve |
| 26 | +as a resource for all Python users - both existing and potential - to evaluate |
| 27 | +the various Python runtimes on both performance, memory usage, etc. Our goal is |
| 28 | +to provide a resource that will both educate and assist users, maintainers and |
| 29 | +the community as a whole. |
| 30 | +</p> |
| 31 | +<p>You can see the announcement, and more details at the announcement of the |
| 32 | +machine acquisition on |
| 33 | +<a href="http://jessenoller.com/2011/06/29/announcing-the-new-speed-python-org-machine/" target="_blank"> |
| 34 | +Jesse Noller's blog.</a></p> |
| 35 | +<p>For now, only CPython is being benchmarked, but we hope to expand in the future.</p> |
| 36 | +<h4>The Machine</h4> |
| 37 | +<p>Nicknamed "the beast" - the speed.python.org machine was generously donated to the |
| 38 | +Python Software foundation by the <a href="http://hp.com/go/linux" target="_blank"> |
| 39 | +HP Open Source Program office</a>. |
| 40 | +<p>The hardware specs are: |
| 41 | +<ul> |
| 42 | + <li>DL380 HP DL380G7 X5670 LFF (2U)</li> |
| 43 | + <li>Dual HP NC382i Dual Port Multifunction Gigabit Server Adapters</li> |
| 44 | + <li>HP Smart Array P410i/1GB FBWC Controller</li> |
| 45 | + <li>4x 4GB (1x4GB) Dual Rank x4 PC3-10600 (DDR3-1333) Registered CAS-9 |
| 46 | + Memory Kit</li> |
| 47 | + <li>2x HP 750W Common Slot Gold Hot Plug Power Supply Kit</li> |
| 48 | + <li>HP iLO Advanced including 1yr 24x7 Technical Support and Updates |
| 49 | + Electronic License</li> |
| 50 | + <li>4x HP 300GB 6G SAS 15K rpm LFF (3.5-inch) Dual Port Enterprise 3yr |
| 51 | + Warranty Hard Drive</li> |
| 52 | + <li>2 HP DL380 G7 Intel® Xeon® X5680 (3.33GHz/6-core/130W/12MB) FIO |
| 53 | + Processor Kit</li> |
| 54 | +</ul> |
| 55 | +The machine is configured with Ubuntu 11.04, HW RAID and a simple LVM setup. |
| 56 | +HP's generous donation can not be spoken of highly enough. |
| 57 | +</p> |
| 58 | + |
| 59 | +<h4>The Hosting</h4> |
| 60 | +<p>The racking, stacking and hardware administration and all bandwidth has been |
| 61 | +generously donated by the <a href="http://osuosl.org/" target="_blank"> |
| 62 | +The Oregon State University Open Source Lab</a> (OSUOSL) |
| 63 | +who have been amazing open source supporters, and supporters of the Python |
| 64 | +Software foundation.</p> |
| 65 | + |
| 66 | +<p>We can not thank OSUOSL enough for the hosting and administration.</p> |
| 67 | + |
| 68 | +<h4>Resources</h4> |
| 69 | +<ul> |
| 70 | + <li> |
| 71 | + <a href="http://mail.python.org/mailman/listinfo/speed" target="_blank">The mailing list</a> |
| 72 | + is here - if you want to volunteer to help out with the project, this |
| 73 | + is the place to start. |
| 74 | + </li> |
| 75 | + <li> |
| 76 | + <a href="http://mail.python.org/pipermail/speed/" target="_blank">The list archives</a> |
| 77 | + </li> |
| 78 | +</ul> |
| 79 | + |
10 | 80 | <h3>About the benchmarks</h3> |
11 | | -<p>The code can be found <a href="#">here</a>.</p> |
12 | | -<h3>About MyProject</h3> |
13 | | -<p><Description of the main project></p> |
14 | | -<p>Main website: <a href="#">MySite</a></p> |
| 81 | +<p>The code can be found <a href="https://hg.python.org/benchmarks">here</a>.</p> |
| 82 | +<h3>About Python</h3> |
| 83 | +<p>Python is a programming language that lets you work quickly and integrate systems more effectively.</p> |
| 84 | +<p>Main website: <a href="https://python.org/">python.org</a></p> |
15 | 85 | <h3>About Codespeed</h3> |
16 | 86 | Codespeed is a web application to monitor and analyze the performance of your code. |
17 | | -<p>Code: <a href="http://github.com/tobami/codespeed">github.com/tobami/codespeed</a></p> |
| 87 | +<p>Original Code: <a href="http://github.com/tobami/codespeed">github.com/tobami/codespeed</a></p> |
| 88 | +<p>Code for this site: <a href="http://github.com/zware/codespeed">github.com/zware/codespeed</a></p> |
18 | 89 | <p>Wiki: <a href="http://wiki.github.com/tobami/codespeed/">wiki.github.com/tobami/codespeed/</a></p> |
19 | 90 | <h3>Contact</h3> |
20 | | -<p>For problems or suggestions about this website write to...</p> |
| 91 | +<p>For problems or suggestions about this website write to |
| 92 | + <a href="http://mail.python.org/mailman/listinfo/speed">the Python Speed mailing list</a></p> |
21 | 93 | </div> |
22 | 94 | {% endblock %} |
0 commit comments