X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=performance-test%2Fperf-test-lib.sh;h=1399d0598060b82a3beb5be3679c4f4dba2ec1bf;hb=60e79e3a9f1c8f054bd3f064714a9e92e8fe13b8;hp=80ec1eb063cdbadfcea116e691ce6d96435d8cdb;hpb=7beeb8c88a014ecbc53d8241f10683b3c4c16228;p=notmuch 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} }