branch: externals/elisp-benchmarks commit 6ff2a3014a1cdee91035077e84d4f162673dc8cc Author: Andrea Corallo <a...@sdf.org> Commit: Andrea Corallo <a...@sdf.org>
* elisp-benchmarks.el (elb-runs): Fix group. --- elisp-benchmarks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp-benchmarks.el b/elisp-benchmarks.el index 4af5dbb..7700bab 100644 --- a/elisp-benchmarks.el +++ b/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."