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

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

[elpa] externals/elisp-benchmarks 24782fe: * Update for new native-comp


From: Andrea Corallo
Subject: [elpa] externals/elisp-benchmarks 24782fe: * Update for new native-comp API + tag new version
Date: Tue, 18 Aug 2020 04:44:39 -0400 (EDT)

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

    * Update for new native-comp API + tag new version
    
        * elisp-benchmarks.el: Tag new version.
        (elisp-benchmarks-run): Use `comp-el-to-eln-filename'.
---
 elisp-benchmarks.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/elisp-benchmarks.el b/elisp-benchmarks.el
index 5929b10..4ae4eca 100644
--- a/elisp-benchmarks.el
+++ b/elisp-benchmarks.el
@@ -4,7 +4,7 @@
 
 ;; Author: Andrea Corallo <akrl@sdf.org>
 ;; Maintainer: Andrea Corallo <akrl@sdf.org>
-;; Version: 1.6
+;; Version: 1.7
 ;; Keywords: languages, lisp
 ;; Package-Type: multi
 ;; Created: 2019-01-12
@@ -108,7 +108,7 @@ RECOMPILE all the benchmark folder when non nil."
                   sources))
           ;; Load
           (mapc #'load (mapcar (if native-comp
-                                   #'comp-output-filename
+                                   #'comp-el-to-eln-filename
                                  #'file-name-sans-extension)
                                sources))
           (cl-loop for test in tests



reply via email to

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