This is a repo of elisp-benchmarks with native compilation run on different CPUs with different settings.
- AMD Ryzen 7950X: 14.36s
- AMD Ryzen 9900X: 15.04s
- Apple Silicon M4: 16.01s
- AMD Ryzen 5900X: 20s
- AMD Ryzen 9800X3D: 20.28s
- Intel i3 14100F: 20.87s
- Intel i5 12500H: 21.37s
- Apple Silicon M3: 24.13s
- Intel i5 1350P: 25.23s
- AMD Ryzen 5700G: 25.51s
Submit an org file with your benchmark results!
- Install the
elisp-benchmarks
package from ELPA: https://elpa.gnu.org/packages/elisp-benchmarks.html - Run the
elisp-benchmarks-run
command to run the test and create the test results buffer - Save the buffer as
cpu-name.org
in thecpu/
folder - Above the test results, Add a "Specs" section with your full CPU name, OS name + version, Emacs version, and
elisp-benchmarks
version (see existing CPU org files for an example) - You can optionally add a "Notes" section between "Specs" and "Results"
It's OK to adjust Emacs settings to get a higher benchmark score. Just document what settings you used.
I am not trying to be extremely scientific by strictly controlling for all variables (OS, distro, build flags, motherboard, background services, etc). This is just meant to be fun and give us some rough perspective on how well Emacs is running with native compilation on different CPUs and settings.
If we get lots of results, we can start organizing by OS, Emacs version, etc.