]> git.notmuchmail.org Git - notmuch/blobdiff - performance-test/01-dump-restore
perf-test: rename current tests as "time tests"
[notmuch] / performance-test / 01-dump-restore
diff --git a/performance-test/01-dump-restore b/performance-test/01-dump-restore
deleted file mode 100755 (executable)
index b2ff940..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-test_description='dump and restore'
-
-. ./perf-test-lib.sh
-
-time_start
-
-time_run 'load nmbug tags' 'notmuch restore --accumulate < corpus.tags/nmbug.sup-dump'
-time_run 'dump *' 'notmuch dump > tags.out'
-time_run 'restore *' 'notmuch restore < tags.out'
-
-time_done