This commit is contained in:
Bojan Serafimov
2023-05-18 13:31:01 -04:00
parent 5a46473f7c
commit 8e86f693f2

View File

@@ -39,12 +39,6 @@ impl MockLayer {
// cargo bench --bench bench_disk_lookup
fn bench_disk_lookup(c: &mut Criterion) {
// TODO why go through the trouble of writing to disk if we read the index
// into memory always?
// TODO stack 100 disk btrees
let _timeline = 0;
virtual_file::init(10);
page_cache::init(10000);