Skip to content

Commit

Permalink
updatge
Browse files Browse the repository at this point in the history
  • Loading branch information
ErosBryant committed Nov 13, 2024
1 parent a5fd2a9 commit d1862f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ cd Thanoskv && mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
```

### Benchmarking



### Set nvm version

```
Expand Down
2 changes: 1 addition & 1 deletion include/leveldb/nvm_option.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace leveldb {

struct NVMOption {
std::string pmem_path = "..";
//SSD path
std::string sst_path="..";

//size_t nvm_write_buffer_size = 6* 1024 * 1024 * 1024;
Expand Down

0 comments on commit d1862f2

Please sign in to comment.