William Casarin
5f22d16273
perf-tests: #!/bin/bash -> #!/usr/bin/env bash
...
I couldn't run the performance tests on my machines due to a hardcoded
bash path. Use env for finding bash in weird systems like NixOS.
Signed-off-by: William Casarin <jb55@jb55.com>
2019-06-07 07:59:56 -03:00
David Bremner
c9aa29291b
performance-test: fix copy-paste error in test description
2019-03-31 11:59:46 -03:00
Jani Nikula
fd36ae9f51
perf-test: use $(dirname "$0") for sourcing perf-test-lib.sh
...
Don't assume the tests are always run from within the source tree.
2017-10-20 19:53:14 -03:00
Daniel Kahn Gillmor
e5beec39d6
add "notmuch reindex" subcommand
...
This new subcommand takes a set of search terms, and re-indexes the
list of matching messages.
2017-08-01 21:17:47 -04:00