Start work on bench marking

Co-authored-by: Cole Miller <cole@zed.dev>
This commit is contained in:
Anthony 2025-06-25 16:08:16 -04:00
parent 42ce2238c0
commit 665a2ccfbf
4 changed files with 97 additions and 1 deletions

View file

@ -7734,7 +7734,7 @@ impl<'a> Iterator for MultiBufferChunks<'a> {
})
} else {
self.range.start = chunk_end;
dbg!(self.buffer_chunk.take())
self.buffer_chunk.take()
}
}
DiffTransform::DeletedHunk {