<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/performance-test, branch debian/0.26.2-2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.26.2-2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.26.2-2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2017-12-05T01:04:38Z</updated>
<entry>
<title>test: unbreak performance tests</title>
<updated>2017-12-05T01:04:38Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-12-02T12:53:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1e4e8e3bf564ea190b42e9347b22c62fa6b78396'/>
<id>urn:sha1:1e4e8e3bf564ea190b42e9347b22c62fa6b78396</id>
<content type='text'>
In 8e7fb88237aedea22 Jani replaced the use of $(pwd -P) to find the
TEST_DIRECTORY in order to better support out of tree
builds. Unfortunately the performance-tests need a different value for
the variable and were thus broken.

This commit splits out the setting of this variable for the two sets
of tests.  Performance tests still don't work out of tree, because
the handling of the downloaded corpus needs to be updated.
</content>
</entry>
<entry>
<title>perf-test: use source and build paths in perf-test-lib.sh</title>
<updated>2017-10-20T22:54:22Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2017-09-25T20:38:24Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2e16b051528b273e16306224f128b28d0091bc6a'/>
<id>urn:sha1:2e16b051528b273e16306224f128b28d0091bc6a</id>
<content type='text'>
Make a distinction between source and build directories.
</content>
</entry>
<entry>
<title>perf-test: use $(dirname "$0") for sourcing perf-test-lib.sh</title>
<updated>2017-10-20T22:53:14Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2017-09-25T20:38:20Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=fd36ae9f514520e85d9e43d4aa08263b3a5a8d3e'/>
<id>urn:sha1:fd36ae9f514520e85d9e43d4aa08263b3a5a8d3e</id>
<content type='text'>
Don't assume the tests are always run from within the source tree.
</content>
</entry>
<entry>
<title>perf-test: add memory test for notmuch-insert</title>
<updated>2017-08-20T11:48:43Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-08-18T23:50:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=49d4f52f270773f86c90eb1c50805d1d7429d39b'/>
<id>urn:sha1:49d4f52f270773f86c90eb1c50805d1d7429d39b</id>
<content type='text'>
In the future it might be worthwhile selecting corpus messages to
insert, but that seems a bit overcomplicated for now
</content>
</entry>
<entry>
<title>perf-test: renumber tests</title>
<updated>2017-08-20T11:34:12Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-08-18T23:50:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6da87a1369a3caf20b69f11c2225b79d94121845'/>
<id>urn:sha1:6da87a1369a3caf20b69f11c2225b79d94121845</id>
<content type='text'>
One test per number so ordering is clear.
</content>
</entry>
<entry>
<title>Use rooted paths in .gitignore files</title>
<updated>2017-08-18T22:42:35Z</updated>
<author>
<name>Vladimir Panteleev</name>
<email>notmuch@thecybershadow.net</email>
</author>
<published>2017-08-17T00:41:10Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ca4688e103c644fa383108a79668e8e0b4dbe262'/>
<id>urn:sha1:ca4688e103c644fa383108a79668e8e0b4dbe262</id>
<content type='text'>
A leading / in paths in a .gitignore file matches the beginning of the
path, meaning that for patterns without slashes, git will match files
only in the current directory as opposed to in any subdirectory.

Prefix relevant paths with / in .gitignore files, to prevent
accidentally ignoring files in subdirectories and possibly slightly
improve the performance of "git status".
</content>
</entry>
<entry>
<title>add "notmuch reindex" subcommand</title>
<updated>2017-08-02T01:17:47Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2017-06-04T12:32:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e5beec39d6021c7b8c21e6d84050660ad6c69a96'/>
<id>urn:sha1:e5beec39d6021c7b8c21e6d84050660ad6c69a96</id>
<content type='text'>
This new subcommand takes a set of search terms, and re-indexes the
list of matching messages.
</content>
</entry>
<entry>
<title>perf-test: add memory test for reply</title>
<updated>2017-05-30T12:02:17Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-05-27T16:51:14Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e86fa3226cbd3c28106828f079a9c0d5d27299b8'/>
<id>urn:sha1:e86fa3226cbd3c28106828f079a9c0d5d27299b8</id>
<content type='text'>
Looking at the code for notmuch-reply, there seems to be several gmime
related memory leaks. This test is supposed to help eliminate those.
</content>
</entry>
<entry>
<title>perf-test/mem: add simple memory tests for notmuch search</title>
<updated>2017-03-18T23:43:19Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-03-18T19:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2571d535a35a90f7ed4419d7c33c575b647cb614'/>
<id>urn:sha1:2571d535a35a90f7ed4419d7c33c575b647cb614</id>
<content type='text'>
Just copy and replace from the show tests. Currently these show no
major leaks.
</content>
</entry>
<entry>
<title>perf-test: add simple memory tests for notmuch-show</title>
<updated>2017-03-18T16:40:25Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-03-18T16:40:25Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b5d08ebdb9633b52519b4aab80da50884e860bc9'/>
<id>urn:sha1:b5d08ebdb9633b52519b4aab80da50884e860bc9</id>
<content type='text'>
These are probably too slow to run with the full corpus
</content>
</entry>
</feed>
