GNU-devel ELPA - elisp-benchmarks

elisp-benchmarks Atom Feed

Description
elisp benchmarks collection
Latest
elisp-benchmarks-1.16.0.20240708.114026.tar (.sig), 2024-Jul-08, 170 KiB
Maintainer
Andrea Corallo <acorallo@gnu.org>
Website
https://elpa.gnu.org/packages/elisp-benchmarks.html
Browse ELPA's 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 `elb-FOO-entry'.

Entry points can choose one of two calling conventions:

- Take no argument (and the result value is ignored).
  In this case the benchmark just measures the time it takes to run
  that function.
- Take one argument MEASURING-FUNCTION: in that case, the
  entry point needs to call MEASURING-FUNCTION: once with
  a function (of no argument) as argument and it should return
  the value returned by MEASURING-FUNCTION.
  The benchmark measures the time it takes to run that function
  of no arguments.
  This calling convention is used when the benchmark needs to set things
  up before running the actual code that needs to be measured.

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

Old versions

elisp-benchmarks-1.16.0.20240707.141252.tar.lz2024-Jul-0734.6 KiB
elisp-benchmarks-1.16.0.20240518.180006.tar.lz2024-May-1834.2 KiB
elisp-benchmarks-1.15.0.20240515.183707.tar.lz2024-May-1534.2 KiB
elisp-benchmarks-1.14.0.20240404.94558.tar.lz2024-Apr-0434.2 KiB
elisp-benchmarks-1.14.0.20221221.75401.tar.lz2022-Dec-2134.2 KiB
elisp-benchmarks-1.13.0.20220210.100742.tar.lz2022-Feb-1034.2 KiB
elisp-benchmarks-1.12.0.20210506.212007.tar.lz2021-May-078.47 KiB
elisp-benchmarks-1.11.0.20210317.223619.tar.lz2021-Mar-188.46 KiB
elisp-benchmarks-1.10.0.20210315.203947.tar.lz2021-Mar-157.64 KiB
elisp-benchmarks-1.9.0.20201120.181912.tar.lz2020-Dec-147.66 KiB