aboutsummaryrefslogtreecommitdiff
path: root/performance-test/M06-insert.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-08-20perf-test: add memory test for notmuch-insertDavid Bremner
In the future it might be worthwhile selecting corpus messages to insert, but that seems a bit overcomplicated for now