GNU ELPA — elisp-benchmarks

elisp-benchmarks Atom Feed

Description
elisp benchmarks collection
Latest
elisp-benchmarks-1.16.tar (.sig), 2026-May-17, 170 KiB
Maintainer
Andrea Corallo <acorallo@gnu.org>
Website
https://elpa.gnu.org/packages/elisp-benchmarks.html
Browse repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

In use for testing the Emacs Lisp implementation performance.

To minimize CPU frequency bouncing effects and other sources of
noise all benchmarks are repeated `elb-runs' times by default.

To add a new benchmark just depose the file into the benchmarks/
directory.  Every benchmark foo.el has to define as entry-point a
function foo-entry.

Tests are of an arbitrary length that on my machine is in the
magnitude order of the 10 seconds for each single run
byte-compiled.  Please consider this as relative measure when
adding new benchmarks.

Old versions