Skip to content

Commit

Permalink
Fix typo in output string
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Dec 30, 2024
1 parent 4aaf48b commit 45621b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/lmdb_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ fn benchmark<T: BenchDatabase + Send + Sync>(db: T, path: &Path) -> Vec<(String,
}
let size = database_size(path);
println!(
"{}: Final file size {}ms",
"{}: Final file size {}",
T::db_type_name(),
ResultType::SizeInBytes(size)
);
Expand Down

0 comments on commit 45621b6

Please sign in to comment.