<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/performance-test, branch 0.35</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.35</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.35'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2021-08-05T12:04:53Z</updated>
<entry>
<title>perf-test: fix for verbose</title>
<updated>2021-08-05T12:04:53Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2021-06-26T20:13:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6fec5d771ede7998ff395abd636d391c21163409'/>
<id>urn:sha1:6fec5d771ede7998ff395abd636d391c21163409</id>
<content type='text'>
Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>perf-test: add ruby test</title>
<updated>2021-07-18T19:50:27Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2021-06-26T20:07:14Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=02cf4a50bb531aab7afdb1b48ecc656211b791e8'/>
<id>urn:sha1:02cf4a50bb531aab7afdb1b48ecc656211b791e8</id>
<content type='text'>
Simply list the message-id of all the messages in a loop 100 times.

Suggested-by: David Bremner &lt;david@tethera.net&gt;
Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>perf-test: add test for reindexing after removal/renaming msgs</title>
<updated>2021-05-23T11:22:31Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2021-04-24T17:46:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8cb30b08d8c9a650b8b5a98f4547b1b48e3f9d03'/>
<id>urn:sha1:8cb30b08d8c9a650b8b5a98f4547b1b48e3f9d03</id>
<content type='text'>
At this point it is a bit tricky to measure the performance increase
from the new message deletion code, since the same commit (9ad19e4)
that improved the performance also seems to have fixed a bug with an
uncaught Xapian exception triggered by this test.
</content>
</entry>
<entry>
<title>perf-test/T00-new: fix backup creation.</title>
<updated>2021-05-19T11:54:44Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2021-05-08T13:57:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=564a83077a1bede8b4c8cb39909a135dfe3feb59'/>
<id>urn:sha1:564a83077a1bede8b4c8cb39909a135dfe3feb59</id>
<content type='text'>
"xargs tar cf backup.tar &lt; $manifest" recreates the tar file with each
"batch" execed by xargs. In general this results in only a fraction of
the desired files being backed up.
</content>
</entry>
<entry>
<title>perf-test: add option to run perf</title>
<updated>2021-04-28T11:49:07Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2021-04-25T15:23:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6a20478abb517a8c6c046a1ff640fa02d118aa88'/>
<id>urn:sha1:6a20478abb517a8c6c046a1ff640fa02d118aa88</id>
<content type='text'>
Although the generation of perf data is not as slow as valgrind, it
seems simplest to re-use the machinery already there to save the logs
in a timestamped subdirectory.
</content>
</entry>
<entry>
<title>perf-tests: add test for removing files.</title>
<updated>2021-04-18T12:50:26Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2021-04-16T12:00:38Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8a64f725dfb5d29f971aaf9d12e7e620e8c5a2e2'/>
<id>urn:sha1:8a64f725dfb5d29f971aaf9d12e7e620e8c5a2e2</id>
<content type='text'>
Without the proposed fix for deletion performance [1], this test is
probably unreasonably slow compared to others at the same
small/medium/large scale.

[1]: id:20210414021627.1236560-3-david@tethera.net
</content>
</entry>
<entry>
<title>emacs: Use makefile-gmake-mode in Makefile*s</title>
<updated>2020-08-10T00:14:36Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2020-08-08T11:49:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c4541353765dec837c1c2f912b1bf6661827429c'/>
<id>urn:sha1:c4541353765dec837c1c2f912b1bf6661827429c</id>
<content type='text'>
Use `makefile-gmake-mode' instead of `makefile-mode' because the
former also highlights ifdef et al. while the latter does not.

"./Makefile.global" and one "Makefile.local" failed to specify any
major mode at all but doing so is necessary because Emacs does not
automatically figure out that these are Makefiles (of any flavor).
</content>
</entry>
<entry>
<title>perf-tests: #!/bin/bash -&gt; #!/usr/bin/env bash</title>
<updated>2019-06-07T10:59:56Z</updated>
<author>
<name>William Casarin</name>
<email>jb55@jb55.com</email>
</author>
<published>2019-05-31T18:32:50Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5f22d16273ef0d42fc42303087a588efeeb6d7c1'/>
<id>urn:sha1:5f22d16273ef0d42fc42303087a588efeeb6d7c1</id>
<content type='text'>
I couldn't run the performance tests on my machines due to a hardcoded
bash path. Use env for finding bash in weird systems like NixOS.

Signed-off-by: William Casarin &lt;jb55@jb55.com&gt;
</content>
</entry>
<entry>
<title>performance-tests: tests for renamed/copied files in notmuch new</title>
<updated>2019-04-05T15:14:58Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-04-01T10:31:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a56aa472d176d08ba6d175762f673efc345116fa'/>
<id>urn:sha1:a56aa472d176d08ba6d175762f673efc345116fa</id>
<content type='text'>
Several people have observed that this is surprisingly slow, and we
have a proposal to add tagging into this code path, so we want to make
sure it doesn't imply too much of a performance hit.
</content>
</entry>
<entry>
<title>performance-test: fix copy-paste error in test description</title>
<updated>2019-03-31T14:59:46Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-03-29T11:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c9aa29291bc21eaddebab5dcf9b940bb66e2454c'/>
<id>urn:sha1:c9aa29291bc21eaddebab5dcf9b940bb66e2454c</id>
<content type='text'>
</content>
</entry>
</feed>
