aboutsummaryrefslogtreecommitdiff
path: root/performance-test/M03-search.sh
AgeCommit message (Collapse)Author
2019-06-07perf-tests: #!/bin/bash -> #!/usr/bin/env bashWilliam Casarin
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>
2017-10-20perf-test: use $(dirname "$0") for sourcing perf-test-lib.shJani Nikula
Don't assume the tests are always run from within the source tree.
2017-03-18perf-test/mem: add simple memory tests for notmuch searchDavid Bremner
Just copy and replace from the show tests. Currently these show no major leaks.