We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d5db8 commit a77faf4Copy full SHA for a77faf4
tests/basic_kv.rs
@@ -109,7 +109,7 @@ fn get_with_cached_fd() -> value_log::Result<()> {
109
}
110
111
let index_len = index.read().unwrap().len() as u32;
112
- // The first item will cache the fd, subsequent accesses will all be cache hits
+ // The first item will be a miss and cache the fd, subsequent accesses will all be cache hits
113
assert_eq!(fd_cache.get_miss_count(), 1);
114
assert_eq!(fd_cache.get_hit_count(), index_len - 1);
115
0 commit comments