emacs-diffs
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]