elisp-benchmarks
- 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.lz | 2024-Jul-07 | 34.6 KiB |
elisp-benchmarks-1.16.0.20240518.180006.tar.lz | 2024-May-18 | 34.2 KiB |
elisp-benchmarks-1.15.0.20240515.183707.tar.lz | 2024-May-15 | 34.2 KiB |
elisp-benchmarks-1.14.0.20240404.94558.tar.lz | 2024-Apr-04 | 34.2 KiB |
elisp-benchmarks-1.14.0.20221221.75401.tar.lz | 2022-Dec-21 | 34.2 KiB |
elisp-benchmarks-1.13.0.20220210.100742.tar.lz | 2022-Feb-10 | 34.2 KiB |
elisp-benchmarks-1.12.0.20210506.212007.tar.lz | 2021-May-07 | 8.47 KiB |
elisp-benchmarks-1.11.0.20210317.223619.tar.lz | 2021-Mar-18 | 8.46 KiB |
elisp-benchmarks-1.10.0.20210315.203947.tar.lz | 2021-Mar-15 | 7.64 KiB |
elisp-benchmarks-1.9.0.20201120.181912.tar.lz | 2020-Dec-14 | 7.66 KiB |