Skip to content

Commit

Permalink
benchmark diskus with real disk usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Mar 2, 2021
1 parent fcf2e04 commit d0dbb18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ benchmark:
hyperfine --export-markdown=bench-cold.md \
--prepare 'sync; echo 3 | sudo tee /proc/sys/vm/drop_caches' \
'gdu -npc ~' 'dua ~' 'duc index ~' 'ncdu -0 -o /dev/null ~' \
'diskus -b ~' 'du -hs ~' 'dust -d0 ~'
'diskus ~' 'du -hs ~' 'dust -d0 ~'
hyperfine --export-markdown=bench-warm.md \
--warmup 5 \
'gdu -npc ~' 'dua ~' 'duc index ~' 'ncdu -0 -o /dev/null ~' \
'diskus -b ~' 'du -hs ~' 'dust -d0 ~'
'diskus ~' 'du -hs ~' 'dust -d0 ~'

clean:
-rm coverage.txt
Expand Down

0 comments on commit d0dbb18

Please sign in to comment.