branch: externals/elisp-benchmarks
commit 179bf402e1f2ec447272644c6bdfd0b1fdfe3104
Author: Andrea Corallo <a...@sdf.org>
Commit: Andrea Corallo <a...@sdf.org>

    * 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