mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
14 lines
225 B
Bash
14 lines
225 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
test_description='tagging'
|
||
|
|
||
|
. ./perf-test-lib.sh || exit 1
|
||
|
|
||
|
time_start
|
||
|
|
||
|
time_run 'reindex *' "notmuch reindex '*'"
|
||
|
time_run 'reindex *' "notmuch reindex '*'"
|
||
|
time_run 'reindex *' "notmuch reindex '*'"
|
||
|
|
||
|
time_done
|