Skip to content

Commit 37ae156

Browse files
authored
Merge pull request #36 from diegorusso/update-about-page
Update about page to include AArch64 machine details
2 parents 45f2f9f + debf217 commit 37ae156

1 file changed

Lines changed: 29 additions & 6 deletions

File tree

speed_python/templates/about.html

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,15 @@ <h3>About this site</h3>
4242

4343
<p>For now, only CPython is being benchmarked, but we hope to expand in the future.</p>
4444

45-
<h4>The Machine</h4>
46-
<p>Nicknamed "the beast" - the speed.python.org machine was generously donated to the
47-
Python Software foundation by the <a href="https://hp.com/go/linux" target="_blank">
48-
HP Open Source Program office</a>.
49-
</p>
45+
<h3>The Benchmark Machines</h3>
46+
47+
<p>On speed.python.org both <b>x86</b> and <b>AArch64</b> architectures are being
48+
measured. Below the specs of the machines used.</p>
49+
50+
<h4>The x86 machine</h4>
51+
<p>Nicknamed "the beast", the machine was generously donated to the Python
52+
Software foundation by the <a href="https://hp.com/go/linux" target="_blank">
53+
HP Open Source Program office</a>.</p>
5054

5155
<p>The hardware specs are:
5256
<ul>
@@ -67,7 +71,6 @@ <h4>The Machine</h4>
6771
HP's generous donation can not be spoken of highly enough.
6872
</p>
6973

70-
<h4>The Hosting</h4>
7174
<p>The racking, stacking and hardware administration and all bandwidth has been
7275
generously donated by the <a href="https://osuosl.org/" target="_blank">
7376
The Oregon State University Open Source Lab</a> (OSUOSL)
@@ -76,6 +79,26 @@ <h4>The Hosting</h4>
7679

7780
<p>We can not thank OSUOSL enough for the hosting and administration.</p>
7881

82+
<h4>The AArch64 machine</h4>
83+
<p>The machine is generously sponsored by <a href="https://www.arm.com">Arm Ltd</a>
84+
through the <a href="https://www.arm.com/markets/computing-infrastructure/works-on-arm">
85+
Works on Arm project</a>.</p>
86+
87+
<p>The hardware specs are:
88+
<ul>
89+
<li>1xAmpere Altra ARMv8 Processor at 3Ghz (80 cores)</li>
90+
<li>256GB RAM</li>
91+
<li>1x960GB SSD</li>
92+
<li>2x10Gbps</li>
93+
</ul>
94+
95+
The machine is configured with Ubuntu 22.04.2 LTS and administered by
96+
<a href="https://github.com/diegorusso">Diego Russo</a> and
97+
<a href="https://github.com/ambv">Łukasz Langa</a>.</p>
98+
99+
<p>The hosting, the hardware, the provisioning of the machine is all provided by
100+
<a href="https://www.equinix.co.uk/">Equinix</a>.</p>
101+
79102
<h3>About the benchmarks</h3>
80103
<p>The code can be found <a href="https://github.com/python/pyperformance">here</a>.</p>
81104

0 commit comments

Comments
 (0)