performance-test: add units to In and Out

Austin Read enough Fine Manuals to figure out this is in multiples of
512 bytes.
This commit is contained in:
David Bremner 2012-11-28 17:27:01 -04:00
parent 80639761b5
commit a4eabfd1b7

View file

@ -42,7 +42,7 @@ add_email_corpus ()
} }
print_header () { 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} ${PERFTEST_VERSION}
} }