@@ -367,14 +367,6 @@ print_final_report() {
|
||
| 367 | 367 |
fi |
| 368 | 368 |
printf '+---------------------------+---------+----------+\n' |
| 369 | 369 |
|
| 370 |
- printf '\nData Volume\n' |
|
| 371 |
- printf '+---------------------------+----------------+-----------------+\n' |
|
| 372 |
- printf '| %-25s | %-14s | %-15s |\n' "Metric" "Bytes" "Human" |
|
| 373 |
- printf '+---------------------------+----------------+-----------------+\n' |
|
| 374 |
- printf '| %-25s | %14s | %-15s |\n' "Input processed" "${input_bytes_processed} B" "$(format_bytes_human "$input_bytes_processed")"
|
|
| 375 |
- printf '| %-25s | %14s | %-15s |\n' "Output written" "${output_bytes_processed} B" "$(format_bytes_human "$output_bytes_processed")"
|
|
| 376 |
- printf '+---------------------------+----------------+-----------------+\n' |
|
| 377 |
- |
|
| 378 | 370 |
printf '\nPer-File Averages\n' |
| 379 | 371 |
printf '+---------------------------+---------+----------+\n' |
| 380 | 372 |
printf '| %-25s | %-7s | %-8s |\n' "Metric" "Seconds" "Elapsed" |