]> git.notmuchmail.org Git - notmuch/blobdiff - performance-test/perf-test-lib.sh
performance-test: add units to In and Out
[notmuch] / performance-test / perf-test-lib.sh
index 80ec1eb063cdbadfcea116e691ce6d96435d8cdb..1399d0598060b82a3beb5be3679c4f4dba2ec1bf 100644 (file)
@@ -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}
 }