mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +00:00
"Pending" is more correct than "Missing"
Pointed out by: Alex "the PS/2 guy"
This commit is contained in:
@@ -280,7 +280,7 @@ report(uint64_t sz)
|
||||
report_periods();
|
||||
report_hline("\xe2\x94\xb4");
|
||||
}
|
||||
printf("Missing: %u", nlumps);
|
||||
printf("Pending: %u", nlumps);
|
||||
printf(" Success: %.0f/%.0f =", n_good_reads, n_reads);
|
||||
printf(" %.4f%%", 100 * n_good_reads / n_reads);
|
||||
printf(" Duration: %.3fs", (t_now - t_first) / n_reads);
|
||||
|
||||
Reference in New Issue
Block a user