Skip to content

Commit 90a32a7

Browse files
committed
docs(performance): Use gnuls where ls is uutils
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.
1 parent 0f891cc commit 90a32a7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.vscode/cspell.dictionaries/shell.wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ flamegraph
101101
flamegraphs
102102
gcov
103103
gmake
104+
gnuls
104105
grcov
105106
grep
106107
markdownlint

docs/src/performance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ hyperfine \
4141
"{ls} -R ."
4242
```
4343

44+
For Ubuntu 25.10 and other distributions that use uutils by default, replace `bin/ls` with `bin/gnuls`. Also:
45+
4446
```
4547
# to improve the reproducibility of the results:
4648
taskset -c 0

0 commit comments

Comments
 (0)