blob: 687501294e2ce0751311703b7d283fc37db0b2e0 (
plain)
#!/bin/bash
test_description='notmuch new'
. $(dirname "$0")/perf-test-lib.sh || exit 1
uncache_database
time_start
for i in $(seq 2 6); do
time_run "notmuch new #$i" 'notmuch new'
done
time_done
|