X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=performance-test%2FT01-dump-restore;fp=performance-test%2FT01-dump-restore;h=0000000000000000000000000000000000000000;hb=0eab376658689469c5427d1b2c292de62e009aee;hp=b2ff94001a3c15b91bfbb5a1e398df8940d72246;hpb=23e2154cae45e07d0092ff9931411e699485350c;p=obsolete%2Fnotmuch-old diff --git a/performance-test/T01-dump-restore b/performance-test/T01-dump-restore deleted file mode 100755 index b2ff9400..00000000 --- a/performance-test/T01-dump-restore +++ /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