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