66< div id ="about " class ="about_content clearfix ">
77< h3 > About this site</ h3 >
88< 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
9+ comparison. The benchmarks have run since 2016 on a dedicated machine
1010named < b > benchmarker</ b > . Previously, we had other machines (< b > tannit</ b > and
1111briefly < b > speed-python</ b > ). The < b > benchmarker</ b > machine is generously
1212donated by < a href ="https://baroquesoftware.com "> Baroque Software</ a > . The
1313specs are:</ p >
14- < ul > < li > Processor: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz</ li >
14+ < ul > < li > Processor: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz with turbo enabled </ li >
1515< li > RAM: 64GB Micron DDR4 2400 MHz</ li >
1616< li > Disk: 4TB TOSHIBA MG04ACA4</ li >
1717</ ul >
18+ < p > Benchmarks are also run on < b > benchmarker2</ b > :</ p >
19+ < ul > < li > Processor: AMD Ryzen 5 3600 pinned to 3.60GHz, turnbo disabled</ li >
20+ < li > RAM: 64GB</ li >
21+ < li > Benchmarking pinned with cpuset partitions to CPUs3,4,5 with SMT
22+ (hyper-threading) disabled </ li >
23+ </ ul >
1824
1925< h3 > About the benchmarks</ h3 >
2026< p > The benchmark code can be found < a
2127href ="https://foss.heptapod.net/pypy/benchmarks "> here</ a > .</ p >
2228< p > This is a benchmark suite based on Unladen Swallow, adapted for PyPy and
23- runs on Python2 and Python3. Also see the < a href ="https://speed.python.org ">
29+ runs on Python2 and Python3.< br > Also see the < a href ="https://speed.python.org ">
2430speed.python.org</ a > site.</ p >
2531
2632< h3 > About PyPy</ h3 >
@@ -34,7 +40,8 @@ <h3>About Codespeed</h3>
3440to monitor and analyze the performance of your code.
3541< p > The source code of this website can be found on the
3642< a href ="https://github.com/python/codespeed/tree/speed.pypy.org "> < code > PyPy</ code >
37- branch</ a > of the Python fork of codespeed.</ p >
43+ branch</ a > of the Python fork of codespeed{% if commit %},
44+ currently at commit < a href ="https://github.com/python/codespeed/commit/{{ commit }} "> < code > {{ commit|slice:":12" }}</ code > </ a > {% endif %}.</ p >
3845
3946< h3 > Contact</ h3 >
4047< p > For problems or suggestions about this website, please file an issue in the
0 commit comments