|
From: | Dan Jacobson |
Subject: | Re: take this famous emacs benchmark test |
Date: | Thu, 17 Apr 2003 04:38:57 +0800 |
User-agent: | Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) |
L> I'm curious. What happens when you do these four tests in reverse order? About the same. Any special reason not? $ sh /tmp/tt 0.06user 0.47user 0.75user 0.96user $ cat /tmp/tt set -- --no-site-file -q -nw ''; t=$$$$ for i; do /usr/bin/time -a -o /tmp/$t emacs $@ -f kill-emacs; shift; done awk '/^[0-9]\./{print $1}' /tmp/$t; rm /tmp/$t
[Prev in Thread] | Current Thread | [Next in Thread] |