From fb63b3aa3a80cde7bf0b84e36734df30caad25ca Mon Sep 17 00:00:00 2001 From: david Date: Tue, 25 Dec 2012 10:59:17 +2000 Subject: [PATCH] [Patch v2 1/4] perf-test: remove redundant "initial notmuch new" --- 68/5a1cdd1e8a2a0ab1ac2c0992777a640cc3d57f | 80 +++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 68/5a1cdd1e8a2a0ab1ac2c0992777a640cc3d57f diff --git a/68/5a1cdd1e8a2a0ab1ac2c0992777a640cc3d57f b/68/5a1cdd1e8a2a0ab1ac2c0992777a640cc3d57f new file mode 100644 index 000000000..7ff540924 --- /dev/null +++ b/68/5a1cdd1e8a2a0ab1ac2c0992777a640cc3d57f @@ -0,0 +1,80 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 2D679431FBC + for ; Mon, 24 Dec 2012 06:59:37 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 9opxEUjUshVH for ; + Mon, 24 Dec 2012 06:59:36 -0800 (PST) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id A2822431FAE + for ; Mon, 24 Dec 2012 06:59:36 -0800 (PST) +Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net + ([156.34.82.78] helo=zancas.localnet) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) + (envelope-from ) + id 1Tn9V9-0000TS-BA; Mon, 24 Dec 2012 10:59:35 -0400 +Received: from bremner by zancas.localnet with local (Exim 4.80) + (envelope-from ) + id 1Tn9V3-0001kU-Ne; Mon, 24 Dec 2012 10:59:29 -0400 +From: david@tethera.net +To: notmuch@notmuchmail.org +Subject: [Patch v2 1/4] perf-test: remove redundant "initial notmuch new" +Date: Mon, 24 Dec 2012 10:59:17 -0400 +Message-Id: <1356361160-6449-2-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.7.10.4 +In-Reply-To: <1356361160-6449-1-git-send-email-david@tethera.net> +References: <1356361160-6449-1-git-send-email-david@tethera.net> +X-Spam_bar: - +Cc: David Bremner +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Mon, 24 Dec 2012 14:59:37 -0000 + +From: David Bremner + +The initial notmuch-new and caching are now done automatically by +time_start +--- + performance-test/00-new | 4 ---- + 1 file changed, 4 deletions(-) + +diff --git a/performance-test/00-new b/performance-test/00-new +index 6f0b50c..553bb8b 100755 +--- a/performance-test/00-new ++++ b/performance-test/00-new +@@ -8,10 +8,6 @@ uncache_database + + time_start + +-time_run 'initial notmuch new' 'notmuch new' +- +-cache_database +- + for i in $(seq 2 6); do + time_run "notmuch new #$i" 'notmuch new' + done +-- +1.7.10.4 + -- 2.26.2