notmuch/performance-test/00-new

20 lines
244 B
Text
Raw Normal View History

#!/bin/bash
test_description='notmuch new'
. ./perf-test-lib.sh
uncache_database
time_start
time_run 'initial notmuch new' 'notmuch new'
cache_database
for i in $(seq 2 6); do
time_run "notmuch new #$i" 'notmuch new'
done
time_done