summaryrefslogtreecommitdiff
path: root/performance-test/M06-insert.sh
blob: 5ae0656a505b1c909644ab6251988578db6d1bd8 (plain)
#!/bin/bash

test_description='search'

. $(dirname "$0")/perf-test-lib.sh || exit 1

memory_start

mkdir -p "$MAIL_DIR"/{cur,new,tmp}

for count in {1..20}; do
    generate_message "[file]=\"insert-$count\"" "[dir]='tmp/'"
    memory_run "insert $count" "notmuch insert < $gen_msg_filename"
done

memory_done