2012-12-06 02:34:30 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
test_description='notmuch new'
|
|
|
|
|
2017-09-25 22:38:20 +02:00
|
|
|
. $(dirname "$0")/perf-test-lib.sh || exit 1
|
2012-12-06 02:34:30 +01:00
|
|
|
|
|
|
|
uncache_database
|
|
|
|
|
|
|
|
time_start
|
|
|
|
|
|
|
|
for i in $(seq 2 6); do
|
|
|
|
time_run "notmuch new #$i" 'notmuch new'
|
|
|
|
done
|
|
|
|
|
|
|
|
time_done
|