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

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

[elpa] externals/posframe 997eac5 2/2: * posframe-benchmark.el (posframe


From: ELPA Syncer
Subject: [elpa] externals/posframe 997eac5 2/2: * posframe-benchmark.el (posframe-benchmark): n=1000.
Date: Thu, 3 Jun 2021 01:57:13 -0400 (EDT)

branch: externals/posframe
commit 997eac501616532b78d2e990eb59b33511ea946d
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * posframe-benchmark.el (posframe-benchmark): n=1000.
---
 posframe-benchmark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/posframe-benchmark.el b/posframe-benchmark.el
index c158497..19e3881 100644
--- a/posframe-benchmark.el
+++ b/posframe-benchmark.el
@@ -66,7 +66,7 @@
 (defun posframe-benchmark ()
   "Benchmark tool for posframe."
   (interactive)
-  (let ((n 10000))
+  (let ((n 1000))
     (message "\n* Posframe Benchmark")
     (dolist (x posframe-benchmark-alist)
       (message "\n** Benchmark `%S' %s times ..." (car x) n)



reply via email to

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