Skip to content

Commit

Permalink
Merge pull request #84 from jonahlund/fix-bench-errors
Browse files Browse the repository at this point in the history
Fix errors in benchmark
  • Loading branch information
marvin-j97 authored Oct 6, 2024
2 parents 34cc641 + 7835218 commit f252294
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions benches/fjall.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ use criterion::{criterion_group, criterion_main, Criterion};
use fjall::BlockCache;
use lsm_tree::{
segment::{
block::header::Header as BlockHeader, meta::CompressionType, value_block::BlockOffset,
value_block::ValueBlock,
block::header::Header as BlockHeader,
meta::CompressionType,
value_block::{BlockOffset, ValueBlock},
},
InternalValue,
};
Expand Down

0 comments on commit f252294

Please sign in to comment.