mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
12 lines
145 B
Bash
12 lines
145 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
test_description='reindex'
|
||
|
|
||
|
. ./perf-test-lib.sh || exit 1
|
||
|
|
||
|
memory_start
|
||
|
|
||
|
memory_run 'reindex *' "notmuch reindex '*'"
|
||
|
|
||
|
memory_done
|