mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
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:
parent
80639761b5
commit
a4eabfd1b7
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue