all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gregory Heytings <gregory@heytings.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Alan Mackenzie <acm@muc.de>, Eli Zaretskii <eliz@gnu.org>,
	emacs-devel@gnu.org, larsi@gnus.org, mattiase@acm.org
Subject: Re: Time to merge scratch/correct-warning-pos into master, perhaps?
Date: Fri, 04 Feb 2022 00:11:46 +0000	[thread overview]
Message-ID: <d472d15a1c5cbb4e4573@heytings.org> (raw)
In-Reply-To: <jwvr18vzcg8.fsf-monnier+emacs@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1775 bytes --]


>>> More importantly, I wonder how slowing down EQ by a factor of 2 can 
>>> end up costing 10% of runtime when running the test suite.  I think 
>>> this deserves investigation.
>>
>> Do you have an idea how this could be investigated?
>
> Usually such slowdown don't come from everywhere at the same time. So 
> you need to "slice" our total time into subelements, and presumably some 
> of those elements show a higher slowdown, so you can focus on those and 
> start slicing them further.
>
> As you get closer to the source, the slowdown should become more marked.
>

You were too optimistic.

I just finished a detailed analysis of the slowdown of the execution of 
Emacs' test suite, and it turns out that the slowdown is indeed spread 
over all tests.

I attach the detailed results for each of the 389 tests.  Each test has 
been executed 2000 (two thousand) times, again on an unloaded up-to-date 
Debian bookworm computer.

If you look closer at the results, you will see that the slowdown is 
actually worse than 10%.  The slowest of all tests (lisp/net/tramp-tests) 
is only 2% slower, because it uses external processes and is therefore not 
as much affected as other tests by the slowdown of bytecode execution 
itself.  If you remove that test from the calculations, you will see that 
the slowdown is actually 17%, that is, the same slowdown as that of byte 
compilation.

(FWIW, I was puzzled by the claim that byte compilation could be slowed 
down markedly, and that at the same time general bytecode execution would 
not.  Byte compilation does not do anything that is fundamentally 
different from general bytecode execution.)

My conclusion is that this merge should be backed out.  Its performance 
impact has not been properly resolved and assessed.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: slowdown.csv --]
[-- Type: text/csv; name=slowdown.csv, Size: 16076 bytes --]

Test,3b33a14380,7922131bb2,Slowdown
lib-src/emacsclient-tests,0.229,0.257,12%
lisp/abbrev-tests,0.086,0.098,14%
lisp/align-tests,0.126,0.135,7%
lisp/allout-tests,0.082,0.096,17%
lisp/allout-widgets-tests,0.084,0.103,23%
lisp/ansi-color-tests,0.080,0.096,20%
lisp/apropos-tests,0.082,0.095,16%
lisp/arc-mode-tests,0.074,0.093,26%
lisp/auth-source-pass-tests,0.117,0.139,19%
lisp/auth-source-tests,0.118,0.145,23%
lisp/autoinsert-tests,0.083,0.096,16%
lisp/autorevert-tests,1.813,3.868,113%
lisp/battery-tests,0.090,0.101,12%
lisp/bookmark-tests,0.234,0.253,8%
lisp/buff-menu-tests,0.072,0.089,24%
lisp/button-tests,0.081,0.094,16%
lisp/calc/calc-tests,0.290,0.295,2%
lisp/calculator-tests,0.080,0.094,18%
lisp/calendar/cal-french-tests,0.087,0.104,20%
lisp/calendar/cal-julian-tests,0.097,0.114,18%
lisp/calendar/icalendar-tests,0.580,0.611,5%
lisp/calendar/iso8601-tests,0.086,0.103,20%
lisp/calendar/lunar-tests,0.095,0.108,14%
lisp/calendar/parse-time-tests,0.076,0.096,26%
lisp/calendar/solar-tests,0.096,0.108,13%
lisp/calendar/time-date-tests,0.084,0.097,15%
lisp/calendar/todo-mode-tests,0.825,0.865,5%
lisp/cedet/cedet-files-tests,0.071,0.090,27%
lisp/cedet/semantic/bovine/gcc-tests,0.103,0.124,20%
lisp/cedet/semantic/format-tests,0.431,0.465,8%
lisp/cedet/semantic/fw-tests,0.090,0.112,24%
lisp/cedet/semantic-utest,0.792,0.850,7%
lisp/cedet/semantic-utest-c,0.102,0.126,24%
lisp/cedet/semantic-utest-ia,2.770,2.860,3%
lisp/cedet/srecode/document-tests,0.301,0.334,11%
lisp/cedet/srecode/fields-tests,0.087,0.106,22%
lisp/cedet/srecode-utest-getset,0.287,0.314,9%
lisp/cedet/srecode-utest-template,0.352,0.380,8%
lisp/char-fold-tests,0.125,0.142,14%
lisp/color-tests,0.083,0.096,16%
lisp/comint-tests,0.092,0.108,17%
lisp/completion-tests,0.081,0.093,15%
lisp/cus-edit-tests,0.142,0.159,12%
lisp/custom-tests,0.153,0.167,9%
lisp/dabbrev-tests,0.081,0.093,15%
lisp/delim-col-tests,0.074,0.094,27%
lisp/descr-text-tests,0.089,0.106,19%
lisp/dired-aux-tests,0.099,0.116,17%
lisp/dired-tests,0.220,0.243,10%
lisp/dired-x-tests,0.091,0.110,21%
lisp/dom-tests,0.081,0.094,16%
lisp/edmacro-tests,0.073,0.092,26%
lisp/electric-tests,1.157,1.207,4%
lisp/elide-head-tests,0.088,0.101,15%
lisp/emacs-lisp/backquote-tests,0.073,0.091,25%
lisp/emacs-lisp/backtrace-tests,0.102,0.117,15%
lisp/emacs-lisp/benchmark-tests,0.090,0.106,18%
lisp/emacs-lisp/bindat-tests,0.215,0.226,5%
lisp/emacs-lisp/bytecomp-tests,0.322,0.352,9%
lisp/emacs-lisp/cconv-tests,0.129,0.142,10%
lisp/emacs-lisp/check-declare-tests,0.087,0.100,15%
lisp/emacs-lisp/checkdoc-tests,0.101,0.118,17%
lisp/emacs-lisp/cl-extra-tests,0.075,0.092,23%
lisp/emacs-lisp/cl-generic-tests,0.095,0.112,18%
lisp/emacs-lisp/cl-lib-tests,0.098,0.114,16%
lisp/emacs-lisp/cl-macs-tests,0.112,0.128,14%
lisp/emacs-lisp/cl-preloaded-tests,0.073,0.091,25%
lisp/emacs-lisp/cl-print-tests,0.085,0.102,20%
lisp/emacs-lisp/cl-seq-tests,0.081,0.095,17%
lisp/emacs-lisp/comp-cstr-tests,0.156,0.182,17%
lisp/emacs-lisp/copyright-tests,0.074,0.093,26%
lisp/emacs-lisp/derived-tests,0.074,0.091,23%
lisp/emacs-lisp/easy-mmode-tests,0.129,0.151,17%
lisp/emacs-lisp/edebug-tests,0.452,0.485,7%
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke,0.097,0.114,18%
lisp/emacs-lisp/eieio-tests/eieio-test-persist,0.101,0.117,16%
lisp/emacs-lisp/eieio-tests/eieio-tests,0.113,0.136,20%
lisp/emacs-lisp/ert-tests,2.697,2.716,1%
lisp/emacs-lisp/ert-x-tests,0.086,0.105,22%
lisp/emacs-lisp/faceup-tests/faceup-test-basics,0.098,0.112,14%
lisp/emacs-lisp/faceup-tests/faceup-test-files,0.076,0.095,25%
lisp/emacs-lisp/find-func-tests,0.351,0.392,12%
lisp/emacs-lisp/float-sup-tests,0.072,0.089,24%
lisp/emacs-lisp/generator-tests,0.104,0.126,21%
lisp/emacs-lisp/gv-tests,0.498,0.540,8%
lisp/emacs-lisp/hierarchy-tests,0.092,0.104,13%
lisp/emacs-lisp/let-alist-tests,0.073,0.094,29%
lisp/emacs-lisp/lisp-mnt-tests,0.087,0.100,15%
lisp/emacs-lisp/lisp-mode-tests,0.099,0.117,18%
lisp/emacs-lisp/lisp-tests,0.165,0.190,15%
lisp/emacs-lisp/macroexp-tests,0.274,0.298,9%
lisp/emacs-lisp/map-tests,0.087,0.104,20%
lisp/emacs-lisp/memory-report-tests,0.084,0.102,21%
lisp/emacs-lisp/multisession-tests,0.186,0.209,12%
lisp/emacs-lisp/nadvice-tests,0.101,0.118,17%
lisp/emacs-lisp/package-tests,1.679,1.769,5%
lisp/emacs-lisp/pcase-tests,0.086,0.102,19%
lisp/emacs-lisp/pp-tests,0.099,0.116,17%
lisp/emacs-lisp/range-tests,0.074,0.094,27%
lisp/emacs-lisp/regexp-opt-tests,0.073,0.092,26%
lisp/emacs-lisp/ring-tests,0.082,0.094,15%
lisp/emacs-lisp/rmc-tests,0.074,0.093,26%
lisp/emacs-lisp/rx-tests,0.085,0.097,14%
lisp/emacs-lisp/seq-tests,0.089,0.105,18%
lisp/emacs-lisp/shadow-tests,0.076,0.097,28%
lisp/emacs-lisp/shortdoc-tests,0.269,0.284,6%
lisp/emacs-lisp/subr-x-tests,0.130,0.141,8%
lisp/emacs-lisp/syntax-tests,0.083,0.102,23%
lisp/emacs-lisp/tabulated-list-tests,0.080,0.094,18%
lisp/emacs-lisp/testcover-tests,0.280,0.303,8%
lisp/emacs-lisp/text-property-search-tests,0.083,0.096,16%
lisp/emacs-lisp/thunk-tests,0.083,0.101,22%
lisp/emacs-lisp/timer-tests,0.073,0.092,26%
lisp/emacs-lisp/unsafep-tests,0.074,0.093,26%
lisp/emacs-lisp/warnings-tests,0.073,0.093,27%
lisp/emulation/viper-tests,0.131,0.147,12%
lisp/epg-config-tests,0.072,0.092,28%
lisp/epg-tests,0.086,0.104,21%
lisp/erc/erc-tests,0.134,0.156,16%
lisp/erc/erc-track-tests,0.118,0.139,18%
lisp/eshell/em-hist-tests,0.095,0.111,17%
lisp/eshell/em-ls-tests,0.233,0.257,10%
lisp/eshell/eshell-tests,0.168,0.187,11%
lisp/eshell/esh-opt-tests,0.085,0.097,14%
lisp/faces-tests,0.087,0.101,16%
lisp/ffap-tests,0.123,0.148,20%
lisp/filenotify-tests,0.563,1.094,94%
lisp/files-tests,1.024,1.586,55%
lisp/files-x-tests,0.135,0.158,17%
lisp/find-cmd-tests,0.087,0.104,20%
lisp/font-lock-tests,0.073,0.092,26%
lisp/format-spec-tests,0.083,0.094,13%
lisp/gnus/gnus-group-tests,0.179,0.203,13%
lisp/gnus/gnus-icalendar-tests,0.381,0.447,17%
lisp/gnus/gnus-search-tests,0.244,0.284,16%
lisp/gnus/gnus-test-headers,0.227,0.267,18%
lisp/gnus/gnus-tests,0.250,0.288,15%
lisp/gnus/gnus-util-tests,0.085,0.097,14%
lisp/gnus/message-tests,0.130,0.153,18%
lisp/gnus/mm-decode-tests,0.132,0.154,17%
lisp/gnus/mml-sec-tests,0.227,0.267,18%
lisp/gnus/nnrss-tests,0.147,0.178,21%
lisp/help-fns-tests,0.387,0.412,6%
lisp/help-mode-tests,0.120,0.138,15%
lisp/help-tests,0.098,0.116,18%
lisp/hfy-cmap-tests,0.074,0.094,27%
lisp/hi-lock-tests,0.082,0.094,15%
lisp/htmlfontify-tests,0.173,0.198,14%
lisp/ibuffer-tests,0.283,0.325,15%
lisp/ido-tests,0.084,0.096,14%
lisp/image-dired-tests,0.088,0.106,20%
lisp/image/exif-tests,0.074,0.093,26%
lisp/image-file-tests,0.073,0.093,27%
lisp/image/gravatar-tests,0.100,0.115,15%
lisp/image-tests,0.074,0.094,27%
lisp/imenu-tests,0.084,0.101,20%
lisp/info-tests,0.099,0.115,16%
lisp/info-xref-tests,0.311,0.330,6%
lisp/international/ccl-tests,0.084,0.097,15%
lisp/international/mule-tests,0.075,0.093,24%
lisp/international/mule-util-tests,0.093,0.116,25%
lisp/international/textsec-tests,0.243,0.267,10%
lisp/international/ucs-normalize-tests,0.400,0.422,5%
lisp/isearch-tests,0.073,0.091,25%
lisp/jit-lock-tests,0.074,0.092,24%
lisp/jsonrpc-tests,0.117,0.145,24%
lisp/json-tests,0.097,0.115,19%
lisp/kmacro-tests,0.123,0.140,14%
lisp/loadhist-tests,0.094,0.109,16%
lisp/lpr-tests,0.073,0.092,26%
lisp/ls-lisp-tests,0.144,0.164,14%
lisp/mail/flow-fill-tests,0.074,0.093,26%
lisp/mail/footnote-tests,0.075,0.094,25%
lisp/mail/mail-parse-tests,0.085,0.098,15%
lisp/mail/mail-utils-tests,0.085,0.096,13%
lisp/mail/qp-tests,0.073,0.091,25%
lisp/mail/rfc2045-tests,0.074,0.092,24%
lisp/mail/rfc2047-tests,0.078,0.097,24%
lisp/mail/rfc6068-tests,0.074,0.092,24%
lisp/mail/rfc822-tests,0.082,0.094,15%
lisp/mail/rmailmm-tests,0.148,0.180,22%
lisp/mail/rmail-tests,0.107,0.121,13%
lisp/mail/uudecode-tests,0.085,0.103,21%
lisp/makesum-tests,0.073,0.092,26%
lisp/man-tests,0.100,0.117,17%
lisp/md4-tests,0.073,0.093,27%
lisp/mh-e/mh-limit-tests,0.100,0.113,13%
lisp/mh-e/mh-thread-tests,0.102,0.121,19%
lisp/mh-e/mh-utils-tests,0.105,0.123,17%
lisp/mh-e/mh-xface-tests,0.115,0.138,20%
lisp/minibuffer-tests,0.085,0.096,13%
lisp/misc-tests,0.072,0.091,26%
lisp/mouse-tests,0.086,0.101,17%
lisp/mwheel-tests,0.072,0.092,28%
lisp/net/browse-url-tests,0.101,0.123,22%
lisp/net/dbus-tests,0.106,0.121,14%
lisp/net/dig-tests,0.073,0.093,27%
lisp/net/gnutls-tests,0.386,0.403,4%
lisp/net/hmac-md5-tests,0.074,0.092,24%
lisp/net/mailcap-tests,0.092,0.109,18%
lisp/net/netrc-tests,0.075,0.095,27%
lisp/net/network-stream-tests,0.113,0.129,14%
lisp/net/newsticker-tests,0.105,0.128,22%
lisp/net/nsm-tests,0.084,0.099,18%
lisp/net/ntlm-tests,0.105,0.127,21%
lisp/net/puny-tests,0.143,0.157,10%
lisp/net/rcirc-tests,0.099,0.116,17%
lisp/net/rfc2104-tests,0.073,0.092,26%
lisp/net/sasl-cram-tests,0.074,0.092,24%
lisp/net/sasl-scram-rfc-tests,0.249,0.263,6%
lisp/net/sasl-tests,0.073,0.092,26%
lisp/net/secrets-tests,0.090,0.100,11%
lisp/net/shr-tests,0.129,0.152,18%
lisp/net/socks-tests,0.117,0.139,19%
lisp/net/tramp-archive-tests,0.153,0.175,14%
lisp/net/tramp-tests,12.022,12.223,2%
lisp/net/webjump-tests,0.100,0.123,23%
lisp/newcomment-tests,0.114,0.130,14%
lisp/nxml/nxml-mode-tests,0.110,0.128,16%
lisp/nxml/xsd-regexp-tests,0.074,0.093,26%
lisp/obarray-tests,0.073,0.092,26%
lisp/obsolete/cl-tests,0.074,0.093,26%
lisp/obsolete/inversion-tests,0.073,0.093,27%
lisp/obsolete/rfc2368-tests,0.074,0.091,23%
lisp/org/org-tests,0.073,0.092,26%
lisp/paren-tests,0.073,0.092,26%
lisp/password-cache-tests,0.073,0.092,26%
lisp/pcmpl-linux-tests,0.087,0.102,17%
lisp/play/animate-tests,0.112,0.125,12%
lisp/play/cookie1-tests,0.075,0.095,27%
lisp/play/dissociate-tests,0.073,0.093,27%
lisp/play/fortune-tests,0.074,0.092,24%
lisp/play/life-tests,0.074,0.093,26%
lisp/play/morse-tests,0.073,0.092,26%
lisp/play/studly-tests,0.073,0.092,26%
lisp/progmodes/asm-mode-tests,0.074,0.093,26%
lisp/progmodes/autoconf-tests,0.073,0.093,27%
lisp/progmodes/bat-mode-tests,0.113,0.131,16%
lisp/progmodes/bug-reference-tests,0.074,0.092,24%
lisp/progmodes/cc-mode-tests,0.124,0.140,13%
lisp/progmodes/compile-tests,0.137,0.154,12%
lisp/progmodes/cperl-mode-tests,0.144,0.155,8%
lisp/progmodes/elisp-mode-tests,0.621,0.661,6%
lisp/progmodes/etags-tests,0.153,0.181,18%
lisp/progmodes/executable-tests,0.071,0.090,27%
lisp/progmodes/f90-tests,0.113,0.130,15%
lisp/progmodes/flymake-tests,0.484,0.509,5%
lisp/progmodes/gdb-mi-tests,0.099,0.115,16%
lisp/progmodes/glasses-tests,0.074,0.092,24%
lisp/progmodes/grep-tests,0.114,0.129,13%
lisp/progmodes/js-tests,0.130,0.152,17%
lisp/progmodes/octave-tests,0.086,0.104,21%
lisp/progmodes/opascal-tests,0.082,0.095,16%
lisp/progmodes/pascal-tests,0.073,0.093,27%
lisp/progmodes/perl-mode-tests,0.157,0.182,16%
lisp/progmodes/project-tests,0.126,0.143,13%
lisp/progmodes/ps-mode-tests,0.096,0.115,20%
lisp/progmodes/python-tests,0.307,0.334,9%
lisp/progmodes/ruby-mode-tests,0.130,0.147,13%
lisp/progmodes/scheme-tests,0.073,0.093,27%
lisp/progmodes/sh-script-tests,0.084,0.103,23%
lisp/progmodes/sql-tests,0.111,0.128,15%
lisp/progmodes/subword-tests,0.074,0.092,24%
lisp/progmodes/tcl-tests,0.086,0.103,20%
lisp/progmodes/xref-tests,0.171,0.197,15%
lisp/ps-print-tests,0.080,0.095,19%
lisp/register-tests,0.072,0.091,26%
lisp/repeat-tests,0.081,0.101,25%
lisp/replace-tests,0.098,0.121,23%
lisp/rot13-tests,0.072,0.090,25%
lisp/saveplace-tests,0.093,0.109,17%
lisp/scroll-lock-tests,0.074,0.094,27%
lisp/ses-tests,0.088,0.106,20%
lisp/shadowfile-tests,0.471,0.503,7%
lisp/shell-tests,0.085,0.104,22%
lisp/simple-tests,3.547,3.579,1%
lisp/so-long-tests/autoload-longlines-mode-tests,0.083,0.095,14%
lisp/so-long-tests/autoload-major-mode-tests,0.082,0.094,15%
lisp/so-long-tests/autoload-minor-mode-tests,0.074,0.094,27%
lisp/so-long-tests/so-long-tests,0.253,0.286,13%
lisp/so-long-tests/so-long-tests-helpers,0.074,0.094,27%
lisp/so-long-tests/spelling-tests,0.090,0.101,12%
lisp/sort-tests,0.128,0.146,14%
lisp/soundex-tests,0.073,0.092,26%
lisp/startup-tests,0.073,0.092,26%
lisp/subr-tests,0.119,0.130,9%
lisp/tab-bar-tests,0.082,0.094,15%
lisp/tabify-tests,0.073,0.092,26%
lisp/tar-mode-tests,0.104,0.121,16%
lisp/tempo-tests,0.080,0.093,16%
lisp/term-tests,0.120,0.138,15%
lisp/term/tty-colors-tests,0.071,0.090,27%
lisp/textmodes/bibtex-tests,0.084,0.102,21%
lisp/textmodes/conf-mode-tests,0.082,0.094,15%
lisp/textmodes/css-mode-tests,0.206,0.237,15%
lisp/textmodes/dns-mode-tests,0.074,0.093,26%
lisp/textmodes/fill-tests,0.072,0.091,26%
lisp/textmodes/mhtml-mode-tests,0.206,0.245,19%
lisp/textmodes/page-tests,0.073,0.093,27%
lisp/textmodes/paragraphs-tests,0.099,0.114,15%
lisp/textmodes/po-tests,0.073,0.091,25%
lisp/textmodes/reftex-tests,0.095,0.109,15%
lisp/textmodes/sgml-mode-tests,0.093,0.105,13%
lisp/textmodes/texinfo-tests,0.083,0.096,16%
lisp/textmodes/tildify-tests,0.126,0.149,18%
lisp/textmodes/underline-tests,0.072,0.092,28%
lisp/thingatpt-tests,0.154,0.171,11%
lisp/thread-tests,0.086,0.099,15%
lisp/thumbs-tests,0.085,0.104,22%
lisp/time-stamp-tests,0.128,0.146,14%
lisp/time-tests,0.085,0.097,14%
lisp/timezone-tests,0.074,0.094,27%
lisp/url/url-auth-tests,0.106,0.129,22%
lisp/url/url-domsuf-tests,0.073,0.094,29%
lisp/url/url-expand-tests,0.107,0.130,21%
lisp/url/url-file-tests,0.105,0.128,22%
lisp/url/url-future-tests,0.073,0.092,26%
lisp/url/url-handlers-tests,0.138,0.159,15%
lisp/url/url-misc-tests,0.092,0.115,25%
lisp/url/url-parse-tests,0.097,0.113,16%
lisp/url/url-tramp-tests,0.139,0.160,15%
lisp/url/url-util-tests,0.109,0.131,20%
lisp/vc/add-log-tests,0.085,0.103,21%
lisp/vc/diff-mode-tests,0.160,0.178,11%
lisp/vc/ediff-diff-tests,0.087,0.111,28%
lisp/vc/ediff-ptch-tests,0.117,0.133,14%
lisp/vc/log-edit-tests,0.131,0.153,17%
lisp/vc/smerge-mode-tests,0.085,0.097,14%
lisp/vc/vc-bzr-tests,0.085,0.103,21%
lisp/vc/vc-git-tests,0.083,0.103,24%
lisp/vc/vc-hg-tests,0.086,0.104,21%
lisp/vc/vc-tests,0.297,0.332,12%
lisp/version-tests,0.073,0.092,26%
lisp/wdired-tests,0.129,0.146,13%
lisp/whitespace-tests,0.070,0.090,29%
lisp/wid-edit-tests,0.085,0.103,21%
lisp/xdg-tests,0.075,0.095,27%
lisp/xml-tests,0.092,0.110,20%
lisp/xt-mouse-tests,0.118,0.133,13%
misc/test-custom-deps,0.072,0.092,28%
misc/test-custom-libs,0.072,0.092,28%
misc/test-custom-noloads,0.072,0.091,26%
misc/test-custom-opts,0.074,0.092,24%
src/alloc-tests,0.073,0.092,26%
src/buffer-tests,0.138,0.153,11%
src/callint-tests,0.072,0.091,26%
src/callproc-tests,0.109,0.126,16%
src/casefiddle-tests,0.087,0.102,17%
src/character-tests,0.073,0.092,26%
src/charset-tests,0.072,0.091,26%
src/chartab-tests,0.073,0.090,23%
src/cmds-tests,0.072,0.092,28%
src/coding-tests,0.121,0.130,7%
src/comp-tests,0.251,0.301,20%
src/data-tests,0.100,0.112,12%
src/decompress-tests,0.073,0.092,26%
src/doc-tests,0.074,0.093,26%
src/editfns-tests,0.202,0.216,7%
src/emacs-module-tests,0.371,0.390,5%
src/emacs-tests,0.180,0.197,9%
src/eval-tests,0.246,0.263,7%
src/fileio-tests,0.088,0.099,13%
src/filelock-tests,0.085,0.103,21%
src/floatfns-tests,0.084,0.102,21%
src/fns-tests,0.109,0.126,16%
src/font-tests,0.085,0.104,22%
src/image-tests,0.083,0.095,14%
src/indent-tests,0.073,0.092,26%
src/inotify-tests,0.085,0.101,19%
src/json-tests,0.083,0.096,16%
src/keyboard-tests,0.080,0.095,19%
src/keymap-tests,0.213,0.229,8%
src/lcms-tests,0.074,0.092,24%
src/lread-tests,0.197,0.211,7%
src/marker-tests,0.156,0.167,7%
src/minibuf-tests,0.084,0.102,21%
src/print-tests,0.168,0.186,11%
src/process-tests,1.723,1.747,1%
src/regex-emacs-tests,0.160,0.176,10%
src/search-tests,0.072,0.091,26%
src/sqlite-tests,0.074,0.093,26%
src/syntax-tests,0.144,0.163,13%
src/textprop-tests,0.071,0.093,31%
src/thread-tests,0.103,0.107,4%
src/timefns-tests,0.208,0.218,5%
src/undo-tests,0.654,0.700,7%
src/xdisp-tests,0.076,0.096,26%
src/xfaces-tests,0.073,0.091,25%
src/xml-tests,0.073,0.092,26%

  parent reply	other threads:[~2022-02-04  0:11 UTC|newest]

Thread overview: 150+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-15 18:15 Time to merge scratch/correct-warning-pos into master, perhaps? Alan Mackenzie
2022-01-15 18:24 ` Eli Zaretskii
2022-01-16  8:24   ` Lars Ingebrigtsen
2022-01-16  9:51     ` Po Lu
2022-01-16 13:50       ` Alan Mackenzie
2022-01-16 12:02     ` Lars Ingebrigtsen
2022-01-16 12:06       ` Po Lu
2022-01-16 13:12         ` Lars Ingebrigtsen
2022-01-16 14:02           ` Alan Mackenzie
2022-01-17  0:28           ` Po Lu
2022-01-17  3:28             ` Eli Zaretskii
2022-01-17  3:37               ` Po Lu
2022-01-16 14:00         ` Alan Mackenzie
2022-01-16 12:23       ` Eli Zaretskii
2022-01-16 12:26         ` Lars Ingebrigtsen
2022-01-16 12:36           ` Eli Zaretskii
2022-01-16 14:06         ` Alan Mackenzie
2022-01-16 14:11           ` Lars Ingebrigtsen
2022-01-16 14:21           ` Eli Zaretskii
2022-01-16 14:45             ` Alan Mackenzie
2022-01-16 15:04               ` Eli Zaretskii
2022-01-16 15:26                 ` Alan Mackenzie
2022-01-16 15:43                   ` Eli Zaretskii
2022-01-16 15:50                     ` Alan Mackenzie
2022-01-16 13:47     ` Alan Mackenzie
2022-01-16 14:10       ` Lars Ingebrigtsen
2022-01-16 14:59         ` Stefan Monnier
2022-01-16 14:57     ` Stefan Monnier
2022-01-16 15:04       ` Lars Ingebrigtsen
2022-01-16 15:37         ` Alan Mackenzie
2022-01-16 15:50         ` Mattias Engdegård
2022-01-16 16:18           ` Alan Mackenzie
2022-01-16 16:52             ` Mattias Engdegård
2022-01-16 17:13               ` Stefan Monnier
2022-01-16 17:24                 ` Mattias Engdegård
2022-01-22 12:23         ` Alan Mackenzie
2022-01-22 14:30           ` Lars Ingebrigtsen
2022-01-22 15:09             ` Alan Mackenzie
2022-01-22 15:26               ` Lars Ingebrigtsen
2022-01-22 15:36                 ` Eli Zaretskii
2022-01-22 18:30                   ` Alan Mackenzie
2022-01-23 12:45                     ` Lars Ingebrigtsen
2022-01-22 16:06             ` Mattias Engdegård
2022-01-22 17:02               ` Gregory Heytings
2022-01-22 17:46                 ` Eli Zaretskii
2022-01-22 18:01                   ` Gregory Heytings
2022-01-22 18:12                     ` Eli Zaretskii
2022-01-22 22:36                       ` Gregory Heytings
2022-01-22 22:55                         ` Alan Mackenzie
2022-01-23  6:16                         ` Eli Zaretskii
2022-01-23 21:53                           ` Gregory Heytings
2022-01-24  3:37                             ` Eli Zaretskii
2022-01-24 15:20                               ` Gregory Heytings
2022-01-24 16:47                                 ` Eli Zaretskii
2022-01-24 20:41                                   ` Gregory Heytings
2022-01-25  3:34                                     ` Eli Zaretskii
2022-01-25  8:59                                       ` Gregory Heytings
2022-01-25 11:27                                         ` Alan Mackenzie
2022-01-25 13:27                                           ` Stefan Monnier
2022-01-25 18:27                                             ` Alan Mackenzie
2022-01-25 19:26                                               ` Stefan Monnier
2022-01-25 20:58                                                 ` Alan Mackenzie
2022-01-25 21:27                                                   ` Gregory Heytings
2022-01-26 17:32                                                     ` Alan Mackenzie
2022-01-26 18:59                                                       ` Gregory Heytings
2022-01-26 20:26                                                         ` Alan Mackenzie
2022-01-25 22:11                                                   ` Stefan Monnier
2022-01-25 22:42                                                     ` Óscar Fuentes
2022-01-26  1:08                                                       ` Po Lu
2022-01-26 16:56                                                         ` chad
2022-01-26 17:38                                                           ` Eli Zaretskii
2022-01-26 17:58                                                             ` chad
2022-01-26 18:46                                                         ` Gregory Heytings
2022-01-26 19:47                                                           ` Stefan Monnier
2022-01-26 19:59                                                           ` Alan Mackenzie
2022-01-25 21:18                                                 ` Gregory Heytings
2022-01-25 21:38                                             ` Gregory Heytings
2022-01-25 22:21                                               ` Stefan Monnier
2022-01-26 18:36                                                 ` Gregory Heytings
2022-02-04  0:11                                                 ` Gregory Heytings [this message]
2022-02-04 11:57                                                   ` Alan Mackenzie
2022-02-04 12:06                                                     ` Eli Zaretskii
2022-02-04 18:31                                                       ` Alan Mackenzie
2022-02-04 18:54                                                         ` Eli Zaretskii
2022-02-04 19:33                                                           ` Alan Mackenzie
2022-02-04 19:46                                                             ` Eli Zaretskii
2022-02-04 21:24                                                               ` Alan Mackenzie
2022-02-04 22:24                                                                 ` Stefan Monnier
2022-02-04 22:30                                                                   ` Stefan Monnier
2022-02-05  7:28                                                                     ` Eli Zaretskii
2022-02-05 18:04                                                                       ` Stefan Monnier
2022-02-05 18:31                                                                         ` Eli Zaretskii
2022-02-05  8:17                                                                 ` Eli Zaretskii
2022-02-06 11:50                                                                   ` Alan Mackenzie
2022-02-06 11:56                                                                     ` Eli Zaretskii
2022-02-06 18:09                                                                       ` Alan Mackenzie
2022-02-06 18:39                                                                         ` Eli Zaretskii
2022-02-19 16:42                                                                           ` Alan Mackenzie
2022-02-19 17:02                                                                             ` Eli Zaretskii
2022-02-19 17:43                                                                               ` David Engster
2022-02-19 22:10                                                                                 ` Alan Mackenzie
2022-02-20  5:35                                                                                   ` David Engster
2022-02-20 19:45                                                                                     ` Alan Mackenzie
2022-02-20 20:37                                                                                   ` Stefan Monnier
2022-02-20 20:56                                                                                     ` Alan Mackenzie
2022-02-20 23:02                                                                                       ` Stefan Monnier
2022-02-21  0:22                                                                                         ` Óscar Fuentes
2022-02-21  3:31                                                                                           ` Eli Zaretskii
2022-02-21  4:04                                                                                             ` Óscar Fuentes
2022-02-21 12:15                                                                                               ` Eli Zaretskii
2022-02-21 14:55                                                                                                 ` Óscar Fuentes
2022-02-21  3:29                                                                                         ` Eli Zaretskii
2022-02-19 19:01                                                                               ` Stefan Monnier
2022-02-19 19:30                                                                                 ` Eli Zaretskii
2022-02-19 22:03                                                                               ` Alan Mackenzie
2022-02-25 22:29                                                                               ` Alan Mackenzie
2022-02-06 18:40                                                                         ` Eli Zaretskii
2022-02-06 19:03                                                                           ` Eli Zaretskii
2022-02-07 17:36                                                                             ` Andrea Corallo
2022-02-05  6:08                                                   ` Lars Ingebrigtsen
2022-02-05 11:42                                                     ` Alan Mackenzie
2022-02-05 21:31                                                       ` Lars Ingebrigtsen
2022-02-06  7:02                                                         ` Eli Zaretskii
2022-02-06 11:38                                                         ` Alan Mackenzie
2022-02-06 23:14                                                           ` Lars Ingebrigtsen
2022-01-25 21:15                                           ` Gregory Heytings
2022-01-25 21:30                                             ` Andrea Corallo
2022-01-26 18:43                                               ` Gregory Heytings
2022-01-26 21:04                                                 ` Andrea Corallo
     [not found]                                           ` <b0265c41-7ead-4913-667-d0e76a35b3ba@heytings.org>
2022-01-25 21:16                                             ` Gregory Heytings
2022-01-25 12:26                                         ` Eli Zaretskii
2022-01-26 18:41                                           ` Gregory Heytings
2022-01-26 18:59                                             ` Eli Zaretskii
2022-01-26 19:14                                               ` Stefan Monnier
2022-01-26 19:32                                                 ` Eli Zaretskii
2022-01-26 19:34                                             ` Alan Mackenzie
2022-01-22 18:35                 ` Alan Mackenzie
2022-01-22 18:45                   ` Gregory Heytings
2022-01-22 18:50                     ` Eli Zaretskii
2022-01-22 20:07                       ` Gregory Heytings
2022-01-23  5:32                         ` Eli Zaretskii
2022-01-23 21:44                           ` Gregory Heytings
2022-01-15 22:57 ` Stefan Monnier
2022-01-16  0:27 ` Brahimi Saifullah
2022-01-16 14:53   ` Alan Mackenzie
2022-01-16 16:45     ` Brahimi Saifullah
2022-01-22 11:41       ` Alan Mackenzie
2022-01-22 23:16         ` Brahimi Saifullah
2022-01-23 14:09           ` Alan Mackenzie
2022-01-17  9:38 ` Andrea Corallo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d472d15a1c5cbb4e4573@heytings.org \
    --to=gregory@heytings.org \
    --cc=acm@muc.de \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=larsi@gnus.org \
    --cc=mattiase@acm.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.