aboutsummaryrefslogtreecommitdiffhomepage
path: root/performance-test/01-dump-restore
blob: 0ee3a282382f630cb982828747810efc4feb9d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

test_description='dump and restore'

. ./perf-test-lib.sh

time_start

time_run 'dump *' 'notmuch dump > tags.out'
time_run 'restore *' 'notmuch restore < tags.out'

time_done