aboutsummaryrefslogtreecommitdiff
path: root/performance-test/basic
AgeCommit message (Collapse)Author
2012-12-15perf-test: split basic into 00-new, 01-dump-restore, and 02-tagDavid Bremner
We use the new "time_start" function to restore the database from cache if possible.
2012-12-15perf-test: add caching of xapian databaseDavid Bremner
The caching and uncaching seem to be necessarily manual, as timing the initial notmuch new is one of our goals with this suite.
2012-11-26test: initial performance testing infrastructureDavid Bremner
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