database error
[notmuch-archives.git] / f8 / 01941b7e55727422c79789d6aeba71ae070d5b
1 Return-Path: <bremner@tesseract.cs.unb.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 297C0431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 28 Nov 2012 13:27:14 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id GlVwxrWHawdn for <notmuch@notmuchmail.org>;\r
16         Wed, 28 Nov 2012 13:27:13 -0800 (PST)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 843C3431FAE\r
21         for <notmuch@notmuchmail.org>; Wed, 28 Nov 2012 13:27:13 -0800 (PST)\r
22 Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
23         by tesseract.cs.unb.ca with esmtpsa\r
24         (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72)\r
25         (envelope-from <bremner@tesseract.cs.unb.ca>)\r
26         id 1TdpA0-00014I-C5; Wed, 28 Nov 2012 17:27:12 -0400\r
27 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
28         (envelope-from <bremner@convex-new.cs.unb.ca>)\r
29         id 1Tdp9v-0000p6-0G; Wed, 28 Nov 2012 17:27:07 -0400\r
30 From: david@tethera.net\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH 2/2] performance-test: add units to In and Out\r
33 Date: Wed, 28 Nov 2012 17:27:01 -0400\r
34 Message-Id: <1354138021-3127-2-git-send-email-david@tethera.net>\r
35 X-Mailer: git-send-email 1.7.10.4\r
36 In-Reply-To: <1354138021-3127-1-git-send-email-david@tethera.net>\r
37 References: <1354138021-3127-1-git-send-email-david@tethera.net>\r
38 X-Spam_bar: -\r
39 Cc: David Bremner <bremner@debian.org>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 28 Nov 2012 21:27:14 -0000\r
53 \r
54 From: David Bremner <bremner@debian.org>\r
55 \r
56 Austin Read enough Fine Manuals to figure out this is in multiples of\r
57 512 bytes.\r
58 ---\r
59  performance-test/perf-test-lib.sh |    2 +-\r
60  1 file changed, 1 insertion(+), 1 deletion(-)\r
61 \r
62 diff --git a/performance-test/perf-test-lib.sh b/performance-test/perf-test-lib.sh\r
63 index 80ec1eb..1399d05 100644\r
64 --- a/performance-test/perf-test-lib.sh\r
65 +++ b/performance-test/perf-test-lib.sh\r
66 @@ -42,7 +42,7 @@ add_email_corpus ()\r
67  }\r
68  \r
69  print_header () {\r
70 -    printf "[v%4s]               Wall(s)\tUsr(s)\tSys(s)\tRes(K)\tIn\tOut\n" \\r
71 +    printf "[v%4s]               Wall(s)\tUsr(s)\tSys(s)\tRes(K)\tIn(512B)\tOut(512B)\n" \\r
72            ${PERFTEST_VERSION}\r
73  }\r
74  \r
75 -- \r
76 1.7.10.4\r
77 \r