Skip to content

Commit

Permalink
docs: add new comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 1, 2022
1 parent 33449f6 commit 3941b6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ pub fn pbenchmark(args: &mut env::Args) -> Result<(), PConvertError> {
_ => false,
};

// prints the header information of the table with all
// of the columns set to the same size, then prints a
// simple line separator
println!(
"{:<20}{:<20}{:<20}{:<20}",
"Algorithm", "Compression", "Filter", "Times"
Expand Down

0 comments on commit 3941b6b

Please sign in to comment.