summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde <daniel@milde.cz>2024-04-24 23:56:16 +0200
committerDaniel Milde <daniel@milde.cz>2024-04-24 23:56:16 +0200
commit8902628f416af389a44848991f368426917427d4 (patch)
tree1a5b24ba9cd3ebd43aa3d3953f5a0fa91d917add
parent4cdc89dd143bbb4df0de94560a0fe069ea63f526 (diff)
docs: fixed section order
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index b2da1ac..b7fdc48 100644
--- a/README.md
+++ b/README.md
@@ -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.
@@ -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`.