mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
6da87a1369
One test per number so ordering is clear.
11 lines
145 B
Bash
Executable file
11 lines
145 B
Bash
Executable file
#!/bin/bash
|
|
|
|
test_description='reindex'
|
|
|
|
. ./perf-test-lib.sh || exit 1
|
|
|
|
memory_start
|
|
|
|
memory_run 'reindex *' "notmuch reindex '*'"
|
|
|
|
memory_done
|