branch: externals/posframe commit 997eac501616532b78d2e990eb59b33511ea946d Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@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)