Skip to content

Commit 0693686

Browse files
committed
add hardware description to /about
1 parent 28b2e7f commit 0693686

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

speed_pypy/templates/about.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@
55
</div>
66
<div id="about" class="about_content clearfix">
77
<h3>About this site</h3>
8-
<p>We have nightly benchmark runs of pypy, together with cpython data for comparison.</p>
8+
<p>We have nightly benchmark runs of pypy, together with cpython data for
9+
comparison. The current benchmarks have run since 2016 on a dedicated machine
10+
named <b>benchmarker</b>. Previously, we had other machines (<b>tannit</b> and
11+
briefly <b>speed-python</b>. The <b>benchmarker</b> machine is generously
12+
donated by <a href="https://baroquesoftware.com">Baroque Software</a>. The
13+
specs are:</p>
14+
<ul><li>Processor: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz</li>
15+
<li>RAM: 64GB Micron DDR4 2400 MHz</li>
16+
<li>Disk: 4TB TOSHIBA MG04ACA4</li>
17+
</ul>
18+
919
<p>This site runs on top of Django and Codespeed</p>
1020
<h3>About the benchmarks</h3>
1121
<p>The benchmark code can be found <a
@@ -23,8 +33,6 @@ <h3>About Codespeed</h3>
2333
<p>Code: <a href="https://github.com/python/codespeed/tree/speed.pypy.org">PyPy branch of python fork of codespeed</a>
2434
<p>Wiki: <a href="https://wiki.github.com/tobami/codespeed/">wiki.github.com/tobami/codespeed/</a></p>
2535
<h3>Contact</h3>
26-
<p>For problems or suggestions about this website write to</p>
27-
<p>the <a href="https://pypy.org/contact/">PyPy team</a> or directly to Miquel Torres (tobami at googlemail dot com)</p>
28-
36+
<p>For problems or suggestions about this website please file an issue on the github repo</p>
2937
</div>
3038
{% endblock %}

0 commit comments

Comments
 (0)