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

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

[elpa] externals/elisp-benchmarks f230f42 3/6: * elisp-benchmarks.el (el


From: Andrea Corallo
Subject: [elpa] externals/elisp-benchmarks f230f42 3/6: * elisp-benchmarks.el (elisp-benchmarks-run): Minor, better regexp.
Date: Tue, 9 Jun 2020 15:44:37 -0400 (EDT)

branch: externals/elisp-benchmarks
commit f230f429fae8d6fc893f6cc1cc8b1813c9aa90aa
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * elisp-benchmarks.el (elisp-benchmarks-run): Minor, better regexp.
---
 elisp-benchmarks.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elisp-benchmarks.el b/elisp-benchmarks.el
index 9e70620..15df5dc 100644
--- a/elisp-benchmarks.el
+++ b/elisp-benchmarks.el
@@ -90,7 +90,7 @@ RECOMPILE all the benchmark folder when non nil."
                                       #'native-compile
                                     #'byte-compile-file)
           with res = (make-hash-table :test #'equal)
-          with sources = (directory-files elb-bench-directory t "\\.el$")
+          with sources = (directory-files elb-bench-directory t "\\.el\\'")
           with tests = (if selector
                            (cl-loop for f in sources
                                     when (string-match selector f)



reply via email to

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