2012-12-05 21:34:30 -04:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
test_description='notmuch new'
|
|
|
|
|
2015-08-06 12:13:36 +03:00
|
|
|
. ./perf-test-lib.sh || exit 1
|
2012-12-05 21:34:30 -04:00
|
|
|
|
|
|
|
uncache_database
|
|
|
|
|
|
|
|
time_start
|
|
|
|
|
|
|
|
for i in $(seq 2 6); do
|
|
|
|
time_run "notmuch new #$i" 'notmuch new'
|
|
|
|
done
|
|
|
|
|
|
|
|
time_done
|