Skip to content

Commit

Permalink
Display the table in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Aug 25, 2024
1 parent aba958d commit 212540c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benches/lmdb_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ fn main() {
}

let mut table = comfy_table::Table::new();
table.load_preset(comfy_table::presets::ASCII_MARKDOWN);
table.set_width(100);
table.set_header(["", "redb", "lmdb", "rocksdb", "sled", "sanakirja"]);
for row in rows {
Expand Down

0 comments on commit 212540c

Please sign in to comment.