summaryrefslogtreecommitdiff
path: root/performance-test/download
AgeCommit message (Collapse)Author
2017-08-18Use rooted paths in .gitignore filesVladimir Panteleev
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".
2013-12-10perf-test: bump version to 0.4, use manifest filesDavid Bremner
The new revision of the performance test includes manifests for each corpus, so update the support library to use these manifests at the same time.
2012-12-15perf-test: bump corpus version to 0.3David Bremner
The new version ships with some tags, and an updated archive of the notmuch mailing list.
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