[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/elisp-benchmarks 67425127bc7 11/54: * elisp-benchmarks.el (elisp
From: |
Pip Cet |
Subject: |
scratch/elisp-benchmarks 67425127bc7 11/54: * elisp-benchmarks.el (elisp-benchmarks-run): Recompile by default. |
Date: |
Sat, 4 Jan 2025 12:26:32 -0500 (EST) |
branch: scratch/elisp-benchmarks
commit 67425127bc72d16a270dc9797c1ec1d212410977
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>
* elisp-benchmarks.el (elisp-benchmarks-run): Recompile by default.
---
benchmarks/elisp-benchmarks.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmarks/elisp-benchmarks.el b/benchmarks/elisp-benchmarks.el
index ca8dc58363f..5ac9b44e768 100644
--- a/benchmarks/elisp-benchmarks.el
+++ b/benchmarks/elisp-benchmarks.el
@@ -74,7 +74,7 @@
(1- n)))))
;;;###autoload
-(defun elisp-benchmarks-run (&optional selector recompile runs)
+(cl-defun elisp-benchmarks-run (&optional selector (recompile t) runs)
"Run all the benchmarks and present the results.
If non nil SELECTOR is a regexp to match the benchmark names to be executed.
The test is repeated RUNS number of times. If RUNS is nil `elb-runs' is used
as
- branch scratch/elisp-benchmarks created (now a32a99ae8af), Pip Cet, 2025/01/04
- scratch/elisp-benchmarks a012610daed 01/54: New package initial add, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 6959d1ba946 02/54: * elisp-benchmarks.el: Include the benchmarks in the package!, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 6757a4b5d62 03/54: * elisp-benchmarks.el: Fix Author/maintainer info, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 1e23922cefe 04/54: Reduce test setup + increase `elb-listlen-tc-len' lenght, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks f682f7bf3ed 07/54: * benchmarks/nbody.el: New benchmark, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks db13e9eae2f 08/54: * benchmarks/dhrystone.el: New benchmark, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 67425127bc7 11/54: * elisp-benchmarks.el (elisp-benchmarks-run): Recompile by default.,
Pip Cet <=
- scratch/elisp-benchmarks be50d3ea30f 06/54: Increment version number, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks ef746b8e204 12/54: * Use the Emacs native compiler if available, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 898535f1045 27/54: * elisp-benchmarks.el (elb-runs): Fix group., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 8f1d7eef864 05/54: Loop style nit in bubble-no-cons, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 2c2c4fab5e1 13/54: * benchmarks/flet.el: Add new u-benchmark., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 7e019d93f2d 14/54: * elisp-benchmarks.el (elisp-benchmarks-run): Minor, better regexp., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks ac99d921411 15/54: * benchmarks/pcase.el: Add new u-benchmark., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 43fe57b7d90 16/54: * benchmarks/map-closure.el: Add new u-benchmark., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 370809463f2 17/54: ; * elisp-benchmarks.el: Tag new version and update copyright., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks a9d26e8f320 18/54: * Update for new native-comp API + tag new version, Pip Cet, 2025/01/04