aboutsummaryrefslogtreecommitdiffhomepage
path: root/performance-test/00-new
blob: 6f0b50c3f8180c2689a091bab6fa8d394409aa6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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