Commit 90a32a7
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments