Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscode/cspell.dictionaries/shell.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ flamegraph
flamegraphs
gcov
gmake
gnuls
grcov
grep
markdownlint
Expand Down
2 changes: 2 additions & 0 deletions docs/src/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading