X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=performance-test%2FM06-insert.sh;fp=performance-test%2FM06-insert.sh;h=9fcc2a0c9ff10b7232099f7996ea03ff4ca2ad45;hp=0000000000000000000000000000000000000000;hb=49d4f52f270773f86c90eb1c50805d1d7429d39b;hpb=6da87a1369a3caf20b69f11c2225b79d94121845 diff --git a/performance-test/M06-insert.sh b/performance-test/M06-insert.sh new file mode 100755 index 00000000..9fcc2a0c --- /dev/null +++ b/performance-test/M06-insert.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +test_description='search' + +. ./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