docs(performance): Use gnuls where ls is uutils (#11342)

Some distributions have already adopted uutils as `/bin/ls`. Continuing
to compare against the binary at that path would only result in
comparing against a much older uutils version and fail to compare
against GNU Coreutils at all. Ubuntu 25.10 has prefixed GNU's binaries
with "gnu", so mention this to retain the intended behavior.
This commit is contained in:
Daniel Tang
2026-03-15 18:54:09 -04:00
committed by GitHub
parent 8cfb32714c
commit 309efd892a
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -101,6 +101,7 @@ flamegraph
flamegraphs
gcov
gmake
gnuls
grcov
grep
markdownlint
+2
View File
@@ -41,6 +41,8 @@ hyperfine \
"{ls} -R ."
```
For Ubuntu 25.10 and other distributions that use uutils by default, replace `bin/ls` with `bin/gnuls`. Also:
```
# to improve the reproducibility of the results:
taskset -c 0