-*- mode: compilation; default-directory: "~/.emacs.d/elpa/elisp-benchmarks-1.1/" -*- Compilation started at Sun May 10 18:18:56 ~/Downloads/sources/emacs-meta/feature/native-comp/src/emacs -Q -batch -l ./elisp-benchmarks.el -f elisp-benchmarks-run Loading /home/peniblec/.emacs.d/elpa/elisp-benchmarks-1.1/benchmarks/bubble-no-cons... Loading /home/peniblec/.emacs.d/elpa/elisp-benchmarks-1.1/benchmarks/bubble... Loading /home/peniblec/.emacs.d/elpa/elisp-benchmarks-1.1/benchmarks/fibn-rec... Loading /home/peniblec/.emacs.d/elpa/elisp-benchmarks-1.1/benchmarks/fibn-tc... Loading /home/peniblec/.emacs.d/elpa/elisp-benchmarks-1.1/benchmarks/fibn... Loading /home/peniblec/.emacs.d/elpa/elisp-benchmarks-1.1/benchmarks/inclist... Loading /home/peniblec/.emacs.d/elpa/elisp-benchmarks-1.1/benchmarks/listlen-tc... Loading /home/peniblec/.emacs.d/elpa/elisp-benchmarks-1.1/benchmarks/pidigits... Iteration number: 1 Running bubble-no-cons... Running bubble... Running fibn-rec... Running fibn-tc... Running fibn... Running inclist... Running listlen-tc... Running pidigits... Iteration number: 2 Running bubble-no-cons... Running bubble... Running fibn-rec... Running fibn-tc... Running fibn... Running inclist... Running listlen-tc... Running pidigits... Iteration number: 3 Running bubble-no-cons... Running bubble... Running fibn-rec... Running fibn-tc... Running fibn... Running inclist... Running listlen-tc... Running pidigits... * Results | test | non-gc avg (s) | gc avg (s) | gcs avg | tot avg (s) | tot avg err (s) | |----------------+----------------+------------+---------+-------------+-----------------| | bubble-no-cons | 124.78 | 0.22 | 4 | 125.00 | 0.09 | | bubble | 49.80 | 26.49 | 491 | 76.29 | 0.19 | | fibn-rec | 63.12 | 0.00 | 0 | 63.12 | 0.00 | | fibn-tc | 135.08 | 87.60 | 1520 | 222.68 | 0.26 | | fibn | 279.26 | 251.12 | 4425 | 530.38 | 0.12 | | inclist | 174.42 | 0.06 | 1 | 174.48 | 0.06 | | listlen-tc | 64.84 | 0.00 | 0 | 64.84 | 0.00 | | pidigits | 56.46 | 36.50 | 605 | 92.97 | 0.14 | |----------------+----------------+------------+---------+-------------+-----------------| | total | 947.77 | 401.99 | 7046 | 1349.76 | 0.38 | Compilation finished at Sun May 10 19:26:30