emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/elisp-benchmarks 179bf40 1/2: * elisp-benchmarks.el (el


From: Andrea Corallo
Subject: [elpa] externals/elisp-benchmarks 179bf40 1/2: * elisp-benchmarks.el (elisp-benchmarks-run): Recompile by default.
Date: Tue, 19 May 2020 10:43:03 -0400 (EDT)

branch: externals/elisp-benchmarks
commit 179bf402e1f2ec447272644c6bdfd0b1fdfe3104
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * elisp-benchmarks.el (elisp-benchmarks-run): Recompile by default.
---
 elisp-benchmarks.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elisp-benchmarks.el b/elisp-benchmarks.el
index ca8dc58..5ac9b44 100644
--- a/elisp-benchmarks.el
+++ b/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]