]> git.cworth.org Git - notmuch/commit
test: initial performance testing infrastructure
authorDavid Bremner <bremner@debian.org>
Sat, 17 Nov 2012 16:28:15 +0000 (12:28 -0400)
committerDavid Bremner <bremner@debian.org>
Mon, 26 Nov 2012 12:39:21 +0000 (08:39 -0400)
commit7beeb8c88a014ecbc53d8241f10683b3c4c16228
treeccd4592417e741447cf97904bab1fd8888f78948
parent20b7e0ff2f12e612dee00efc6ff1634aae8172a4
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
Makefile
performance-test/.gitignore [new file with mode: 0644]
performance-test/Makefile [new file with mode: 0644]
performance-test/Makefile.local [new file with mode: 0644]
performance-test/README [new file with mode: 0644]
performance-test/basic [new file with mode: 0755]
performance-test/download/.gitignore [new file with mode: 0644]
performance-test/download/notmuch-email-corpus-0.2.tar.xz.asc [new file with mode: 0644]
performance-test/notmuch-perf-test [new file with mode: 0755]
performance-test/perf-test-lib.sh [new file with mode: 0644]
performance-test/version.sh [new file with mode: 0644]