This website requires JavaScript.
Explore
Help
Sign in
debian
/
notmuch
Watch
1
Star
0
Fork
You've already forked notmuch
0
mirror of
https://git.notmuchmail.org/git/notmuch
synced
2024-11-23 03:18:08 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
db64b67bf8
notmuch
/
performance-test
/
.gitignore
4 lines
32 B
Text
Raw
Normal View
History
Unescape
Escape
test: initial performance testing infrastructure This is not near as fancy as as the unit tests, on the theory that the code should typically be crashing when performance tuning. Nonetheless, there is plenty of room for improvement. Several more of the pieces of the test infrastructure (e.g. the option parsing) could be factored out into test/test-lib-common.sh
2012-11-17 17:28:15 +01:00
tmp.*/
perf-test: cache unpacked corpus Unpacking is not really the expensive step (compared to the initial notmuch new), but this is a pre-requisite to caching the database.
2012-12-03 13:13:31 +01:00
corpus/
perf-test: add caching of xapian database The caching and uncaching seem to be necessarily manual, as timing the initial notmuch new is one of our goals with this suite.
2012-12-03 13:48:53 +01:00
notmuch.cache.*/
Reference in a new issue
Copy permalink