[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch scratch/elisp-benchmarks created (now b4b10726cda)
From: |
Pip Cet |
Subject: |
branch scratch/elisp-benchmarks created (now b4b10726cda) |
Date: |
Mon, 30 Dec 2024 22:40:35 -0500 (EST) |
pipcet pushed a change to branch scratch/elisp-benchmarks.
at b4b10726cda New script to import an elpa module
This branch includes the following new commits:
new 99b6355dd4b New package initial add
new f36510af7f9 * elisp-benchmarks.el: Include the benchmarks in the
package!
new b64855f83f0 * elisp-benchmarks.el: Fix Author/maintainer info
new 28e2d369c9e Reduce test setup + increase `elb-listlen-tc-len' lenght
new 222025aeae6 Loop style nit in bubble-no-cons
new 7b0d2d4f16e Increment version number
new 2981efb7b57 * benchmarks/nbody.el: New benchmark
new 7d2b7516a29 * benchmarks/dhrystone.el: New benchmark
new 768dd915ac9 * elisp-benchmarks.el: Increase minor package version
new 350b95f6082 * elisp-benchmarks.el: Typo fix
new e0762e1f175 * elisp-benchmarks.el (elisp-benchmarks-run): Recompile
by default.
new 81cd14929b9 * Use the Emacs native compiler if available
new bec6f1ea802 * benchmarks/flet.el: Add new u-benchmark.
new c9be2a398f5 * elisp-benchmarks.el (elisp-benchmarks-run): Minor,
better regexp.
new 68a4f973d26 * benchmarks/pcase.el: Add new u-benchmark.
new d0963279fec * benchmarks/map-closure.el: Add new u-benchmark.
new 7b4f68f6866 ; * elisp-benchmarks.el: Tag new version and update
copyright.
new a29db7b9366 * Update for new native-comp API + tag new version
new 17c6be0ee5c * benchmarks/pcase.el: Don't hide the real `pcase.el`
new 69a99de283a Add new 'inclist-type-hints' benchmark + tag new version
new b724a4974d1 * elisp-benchmarks.el (elisp-benchmarks-run): Use
featurep to detect nativecomp
new 6326535d976 * Fix for new `native-compile' interface and bump new
version
new 72ffc80202f Make `comp-speed' explicit in each benchmark
new c5680501af1 Allow for GC to kick in pidigit
new eb485e9acf3 Revert "Make `comp-speed' explicit in each benchmark"
new f5a7f266b7a Make `comp-speed' controllable through a customize
new dd2ba559d66 * elisp-benchmarks.el (elb-runs): Fix group.
new 49619b889c0 * elisp-benchmarks.el: Bump new version.
new 46d7b2fcc6a * benchmarks/pack-unpack.el: New file.
new fc30f892922 * elisp-benchmarks.el : Rename feature nativecomp ->
feature-nativecompile
new fc96f951783 * Rename comp-speed -> native-comp-speed + bump new
version
new 1675aa61b84 ; * benchmarks/pack-unpack.el: Remove unnecessary
newlines.
new c171f1b8144 * elisp-benchmarks.el (elisp-benchmarks-run): Fix for
non-native emacs
new 8ca8641e1ec Add EIEIO benchmark
new 6ddebbaf77c * benchmarks/elb-eieio.el: Fix copyright
new 85f201476ab * benchmarks/elb-smie.el: New benchmark
new 49031182944 * benchmarks/elb-bytecomp.el: New benchmark
new e372bd14f52 Make it usable on Emacs-27
new 5c15316e5e4 * benchmarks/elb-scroll.el: New benchmark
new ffe5fd6b642 * benchmarks/elb-scroll.el (elb-scroll-entry): Load
native code when available
new 09b68bdaabf * elisp-benchmarks.el: Bump version
new a37a34f85ff ; Prefer HTTPS to HTTP in URLs
new 58be34f645c * benchmarks/elb-smie.el (elb-font-lock-entry): New
benchmark
new 472cb38e582 ; * elisp-benchmarks.el: Update my mail
new 0b955aeabbc ; * elisp-benchmarks.el: Update copyright year
new 2b62a9ebace * Handle 'compilation-safety'
new d75e4e0b7d9 * elisp-benchmarks.el: Bump new version.
new 5738562f549 * elisp-benchmarks.el (native-comp-speed,
compilation-safety): Fix warning.
new 7159ce37b01 * elisp-benchmarks.el: Bump new version.
new 05079cd8174 elisp-benchmarks.el: Compact output and support setup
code
new 8d62f921433 elisp-benchmarks.el: Fix regression in output format
new 400690828d1 Add "elisp-benchmarks" package from ELPA
new 5d3a6564227 Add "make elisp-benchmarks" target
new b4b10726cda New script to import an elpa module
- branch scratch/elisp-benchmarks created (now b4b10726cda),
Pip Cet <=
- scratch/elisp-benchmarks 28e2d369c9e 04/54: Reduce test setup + increase `elb-listlen-tc-len' lenght, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks e0762e1f175 11/54: * elisp-benchmarks.el (elisp-benchmarks-run): Recompile by default., Pip Cet, 2024/12/30
- scratch/elisp-benchmarks b64855f83f0 03/54: * elisp-benchmarks.el: Fix Author/maintainer info, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 7b0d2d4f16e 06/54: Increment version number, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 7d2b7516a29 08/54: * benchmarks/dhrystone.el: New benchmark, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 2981efb7b57 07/54: * benchmarks/nbody.el: New benchmark, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 350b95f6082 10/54: * elisp-benchmarks.el: Typo fix, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks d0963279fec 16/54: * benchmarks/map-closure.el: Add new u-benchmark., Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 69a99de283a 20/54: Add new 'inclist-type-hints' benchmark + tag new version, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks a29db7b9366 18/54: * Update for new native-comp API + tag new version, Pip Cet, 2024/12/30