lbadd icon indicating copy to clipboard operation
lbadd copied to clipboard

engine: add microbenchmarks

Open tsatke opened this issue 4 years ago • 0 comments

Add microbenchmarks to everything that doesn't use a for loop to search for something. These things include, but are not limited to:

  • search a cell in a page
  • search a value in a btree
  • defragment a page
  • create a new dataset
  • delete one and more datasets
  • ...

tsatke avatar Jun 18 '20 21:06 tsatke