Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
ErosBryant committed Nov 13, 2024
1 parent 49769e5 commit 609e05b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Description.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
- DoCompactionWork_sst: Compaction of SSTable
- dbname_(dbname): NVM path
- dbname_ssd_(raw_options.nvm_option.sst_path): SSD path

There are 4 pmtables in each nvm level.
- leveldb::nvram::create_pool: create_pool nvm pool

There are 4 pmtables in each nvm level.
2 changes: 1 addition & 1 deletion benchmarks/db_bench.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ int main(int argc, char** argv) {
benchmark.Run();
// leveldb::BtreeIndex bi;

std::cout<<"done~~\n"<<std::endl;
// std::cout<<"done~~\n"<<std::endl;
leveldb::nvram::close_pool();
return 0;
}

0 comments on commit 609e05b

Please sign in to comment.