From 41debc5ad652593994accb88d601afbf014eb6cc Mon Sep 17 00:00:00 2001 From: david Date: Thu, 29 Nov 2012 17:27:01 +2000 Subject: [PATCH] [PATCH 2/2] performance-test: add units to In and Out --- f8/01941b7e55727422c79789d6aeba71ae070d5b | 77 +++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 f8/01941b7e55727422c79789d6aeba71ae070d5b diff --git a/f8/01941b7e55727422c79789d6aeba71ae070d5b b/f8/01941b7e55727422c79789d6aeba71ae070d5b new file mode 100644 index 000000000..65dc12fac --- /dev/null +++ b/f8/01941b7e55727422c79789d6aeba71ae070d5b @@ -0,0 +1,77 @@ +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 297C0431FBC + for ; Wed, 28 Nov 2012 13:27:14 -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 GlVwxrWHawdn for ; + Wed, 28 Nov 2012 13:27:13 -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 843C3431FAE + for ; Wed, 28 Nov 2012 13:27:13 -0800 (PST) +Received: from convex-new.cs.unb.ca ([131.202.245.35]) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) + (envelope-from ) + id 1TdpA0-00014I-C5; Wed, 28 Nov 2012 17:27:12 -0400 +Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80) + (envelope-from ) + id 1Tdp9v-0000p6-0G; Wed, 28 Nov 2012 17:27:07 -0400 +From: david@tethera.net +To: notmuch@notmuchmail.org +Subject: [PATCH 2/2] performance-test: add units to In and Out +Date: Wed, 28 Nov 2012 17:27:01 -0400 +Message-Id: <1354138021-3127-2-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.7.10.4 +In-Reply-To: <1354138021-3127-1-git-send-email-david@tethera.net> +References: <1354138021-3127-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: Wed, 28 Nov 2012 21:27:14 -0000 + +From: David Bremner + +Austin Read enough Fine Manuals to figure out this is in multiples of +512 bytes. +--- + performance-test/perf-test-lib.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/performance-test/perf-test-lib.sh b/performance-test/perf-test-lib.sh +index 80ec1eb..1399d05 100644 +--- a/performance-test/perf-test-lib.sh ++++ b/performance-test/perf-test-lib.sh +@@ -42,7 +42,7 @@ add_email_corpus () + } + + print_header () { +- printf "[v%4s] Wall(s)\tUsr(s)\tSys(s)\tRes(K)\tIn\tOut\n" \ ++ printf "[v%4s] Wall(s)\tUsr(s)\tSys(s)\tRes(K)\tIn(512B)\tOut(512B)\n" \ + ${PERFTEST_VERSION} + } + +-- +1.7.10.4 + -- 2.26.2