From: David Bremner Date: Wed, 28 Nov 2012 21:27:01 +0000 (-0400) Subject: performance-test: add units to In and Out X-Git-Tag: 0.15_rc1~146 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=a4eabfd1b7b6c72af09153df082bac3dca7c4420 performance-test: add units to In and Out Austin Read enough Fine Manuals to figure out this is in multiples of 512 bytes. --- diff --git a/performance-test/perf-test-lib.sh b/performance-test/perf-test-lib.sh index 80ec1eb0..1399d059 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} }