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 E87CD431FB6 for ; Sat, 15 Dec 2012 08:45:42 -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 LxvINa4Z2+FM for ; Sat, 15 Dec 2012 08:45:42 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 7C261431FBC for ; Sat, 15 Dec 2012 08:45:42 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 936B710007E; Sat, 15 Dec 2012 18:45:37 +0200 (EET) From: Tomi Ollila To: david@tethera.net, notmuch@notmuchmail.org Subject: Re: v3 performance tests improvements In-Reply-To: <1355575514-32735-1-git-send-email-david@tethera.net> References: <1355575514-32735-1-git-send-email-david@tethera.net> User-Agent: Notmuch/0.14+116~g29fcdb5 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain 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: Sat, 15 Dec 2012 16:45:43 -0000 On Sat, Dec 15 2012, david@tethera.net wrote: > This obsoletes the series > > id:1354762908-5788-1-git-send-email-david@tethera.net > > I addition to fixing some small things that Austin noticed, this > series adds a convenience function "time_start" that unpacks the mail, > prints the header, and recovers a database cache if present. This > should reduce the amount of boilerplate at the beginning of tests. This patch set looks tolerable to me :-D Tomi