Skip to content

Commit

Permalink
docs: fixed section order
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Apr 24, 2024
1 parent 4cdc89d commit 8902628
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,6 @@ gdu -r / # reads just saved data, does not run analysis
make install-dev-dependencies
make test

## Benchmarks

Benchmarks were performed on 50G directory (100k directories, 400k files) on 500 GB SSD using [hyperfine](https://github.com/sharkdp/hyperfine).
See `benchmark` target in [Makefile](Makefile) for more info.

## Profiling

Gdu can collect profiling data when the `--enable-profiling` flag is set.
Expand All @@ -256,6 +251,11 @@ The data are provided via embedded http server on URL `http://localhost:6060/deb
You can then use e.g. `go tool pprof -web http://localhost:6060/debug/pprof/heap`
to open the heap profile as SVG image in your web browser.

## Benchmarks

Benchmarks were performed on 50G directory (100k directories, 400k files) on 500 GB SSD using [hyperfine](https://github.com/sharkdp/hyperfine).
See `benchmark` target in [Makefile](Makefile) for more info.

### Cold cache

Filesystem cache was cleared using `sync; echo 3 | sudo tee /proc/sys/vm/drop_caches`.
Expand Down

0 comments on commit 8902628

Please sign in to comment.