From 0eab376658689469c5427d1b2c292de62e009aee Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 15 May 2013 07:40:08 -0300 Subject: perf-test: rename time tests to have .sh suffix This will simplify notmuch time tests --- performance-test/T01-dump-restore.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 performance-test/T01-dump-restore.sh (limited to 'performance-test/T01-dump-restore.sh') diff --git a/performance-test/T01-dump-restore.sh b/performance-test/T01-dump-restore.sh new file mode 100755 index 00000000..b2ff9400 --- /dev/null +++ b/performance-test/T01-dump-restore.sh @@ -0,0 +1,13 @@ +#!/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 -- cgit v1.2.3