Skip to content

Commit

Permalink
quality of .gitignore & improve benchmark instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
problame committed Aug 24, 2023
1 parent ac29ef2 commit 8110455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
data
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ scp -p target/x86_64-unknown-linux-musl/release/benchmark testinstance:/tmp/ &&
## Prepare Storage on instance

```
mkfs.ext4 /dev/nvme1n1 && \
mkfs.ext4 -E lazy_itable_init=0,lazy_journal_init=0 /dev/nvme1n1 && \
mount /dev/nvme1n1 /mnt && \
echo "DONE"
```
Expand Down

0 comments on commit 8110455

Please sign in to comment.