emacs-diffs
[Top][All Lists]
Advanced

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

scratch/elisp-benchmarks dd2ba559d66 27/54: * elisp-benchmarks.el (elb-r


From: Pip Cet
Subject: scratch/elisp-benchmarks dd2ba559d66 27/54: * elisp-benchmarks.el (elb-runs): Fix group.
Date: Mon, 30 Dec 2024 22:40:42 -0500 (EST)

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

    * elisp-benchmarks.el (elb-runs): Fix group.
---
 elisp-benchmarks/elisp-benchmarks.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elisp-benchmarks/elisp-benchmarks.el 
b/elisp-benchmarks/elisp-benchmarks.el
index 4af5dbbb9d3..7700baba71a 100644
--- a/elisp-benchmarks/elisp-benchmarks.el
+++ b/elisp-benchmarks/elisp-benchmarks.el
@@ -57,7 +57,7 @@
 (defcustom elb-runs 3
   "Total number of benchmark iterations."
   :type 'number
-  :group 'comp)
+  :group 'elb)
 
 (defcustom elb-speed 3
   "Default `comp-speed' to be used for native compiling the benchmarks."



reply via email to

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