branch: externals/elisp-benchmarks commit f230f429fae8d6fc893f6cc1cc8b1813c9aa90aa Author: Andrea Corallo <a...@sdf.org> Commit: Andrea Corallo <a...@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)