Skip to content

Commit

Permalink
Make N/A not the smallest value
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops authored and cberner committed Dec 31, 2024
1 parent 4ffe99b commit 49ba8e7
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 @@ -331,9 +331,9 @@ fn database_size(path: &Path) -> u64 {

#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
enum ResultType {
NA,
Duration(Duration),
SizeInBytes(u64),
NA,
}

impl std::fmt::Display for ResultType {
Expand Down

0 comments on commit 49ba8e7

Please sign in to comment.