Skip to content

Commit

Permalink
Fix du path
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Feb 26, 2024
1 parent 4ce8b95 commit 033399a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-fly/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ IFS=$'\n\t'
./run.sh 2>&1 | tee log.txt

# disk usage
du -bcs /var/lib/postgresql/14/main/
du -bcs /data/postgresql/

# parse results for json file
./parse.sh < log.txt

0 comments on commit 033399a

Please sign in to comment.