mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-16 23:23:11 +01:00
13 lines
239 B
Bash
Executable file
13 lines
239 B
Bash
Executable file
#!/bin/bash
|
|
|
|
test_description='tagging'
|
|
|
|
. $(dirname "$0")/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
|