From 8902628f416af389a44848991f368426917427d4 Mon Sep 17 00:00:00 2001 From: Daniel Milde Date: Wed, 24 Apr 2024 23:56:16 +0200 Subject: docs: fixed section order --- README.md | 10 +++++----- 1 file 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`. -- cgit v1.2.3