emacs-diffs
[Top][All Lists]
Advanced

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

scratch/elisp-benchmarks a9d26e8f320 18/54: * Update for new native-comp


From: Pip Cet
Subject: scratch/elisp-benchmarks a9d26e8f320 18/54: * Update for new native-comp API + tag new version
Date: Sat, 4 Jan 2025 12:26:33 -0500 (EST)

branch: scratch/elisp-benchmarks
commit a9d26e8f320ebb223664022a3be07a9df9d3f8d1
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'.
---
 benchmarks/elisp-benchmarks.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmarks/elisp-benchmarks.el b/benchmarks/elisp-benchmarks.el
index 5929b10b1f3..4ae4eca849c 100644
--- a/benchmarks/elisp-benchmarks.el
+++ b/benchmarks/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]