]> git.notmuchmail.org Git - notmuch/commit
perf-test/emacs: test showing longish threads
authorDavid Bremner <david@tethera.net>
Tue, 28 Jun 2022 01:02:01 +0000 (22:02 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 14 Jul 2022 07:50:33 +0000 (04:50 -0300)
commitded2eb1a50bf3be4a5296fab5a2d1eee3d859347
tree13d3789bfaa3658930f83b32ff0d78db87492f60
parent09fa6bcc0d1706889fe8f1fc86f39f9a1ab852ba
perf-test/emacs: test showing longish threads

This particular thread takes about 100 times longer to display in
emacs than on the command line.

The parameter notmuch-show-max-text-part-size exists, but is currently
ineffective for this task because it only hides attachments, not
part 0.

In future commits, the parameter notmuch-show-{depth,height}-limit
will trigger a similar kind of hiding for bodies as
n-s-m-text-part-size already does for attachments.
performance-test/T06-emacs.sh