Skip to content

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

Merged
sylvestre merged 1 commit intouutils:mainfrom
danielzgtg:docs/ubuntu2510Performance
Mar 15, 2026
Merged

docs(performance): Use gnuls where ls is uutils#11342
sylvestre merged 1 commit intouutils:mainfrom
danielzgtg:docs/ubuntu2510Performance

Conversation

@danielzgtg
Copy link
Copy Markdown
Contributor

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.

@github-actions
Copy link
Copy Markdown

GNU testsuite comparison:

Skip an intermittent issue tests/date/date-locale-hour (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/pr/bounded-memory (passes in this run but fails in the 'main' branch)
Congrats! The gnu test tests/tail/retry is no longer failing!
Note: The gnu test tests/tail/tail-n0f is now being skipped but was previously passing.
Congrats! The gnu test tests/cut/bounded-memory is now passing!
Congrats! The gnu test tests/expand/bounded-memory is now passing!

@sylvestre
Copy link
Copy Markdown
Contributor

please add the "typo" into the ignore spell list

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.
@danielzgtg danielzgtg force-pushed the docs/ubuntu2510Performance branch from c430039 to 90a32a7 Compare March 15, 2026 22:52
@sylvestre sylvestre merged commit 309efd8 into uutils:main Mar 15, 2026
@oech3
Copy link
Copy Markdown
Contributor

oech3 commented Mar 15, 2026

Why ls only? It is too specialized document.

@danielzgtg
Copy link
Copy Markdown
Contributor Author

Why ls only? It is too specialized document.

The heading is ### Example Benchmark. Based on this one example, you can change the command, and it should work for all the commands. I have:

/usr/bin/gnu[
/usr/bin/gnuarch
/usr/bin/gnub2sum
/usr/bin/gnubase32
/usr/bin/gnubase64
/usr/bin/gnubasename
/usr/bin/gnubasenc
/usr/bin/gnucat
/usr/bin/gnuchcon
/usr/bin/gnuchgrp
/usr/bin/gnuchmod
/usr/bin/gnuchown
/usr/bin/gnucksum
/usr/bin/gnucomm
/usr/bin/gnucp
/usr/bin/gnucsplit
/usr/bin/gnucut
/usr/bin/gnudate
/usr/bin/gnudd
/usr/bin/gnudf
/usr/bin/gnudir
/usr/bin/gnudircolors
/usr/bin/gnudirname
/usr/bin/gnudu
/usr/bin/gnuecho
/usr/bin/gnuenv
/usr/bin/gnuexpand
/usr/bin/gnuexpr
/usr/bin/gnufactor
/usr/bin/gnufalse
/usr/bin/gnufmt
/usr/bin/gnufold
/usr/bin/gnugroups
/usr/bin/gnuhead
/usr/bin/gnuhostid
/usr/bin/gnuid
/usr/bin/gnuinstall
/usr/bin/gnujoin
/usr/bin/gnulink
/usr/bin/gnuln
/usr/bin/gnulogname
/usr/bin/gnuls
/usr/bin/gnumd5sum
/usr/bin/gnumkdir
/usr/bin/gnumkfifo
/usr/bin/gnumknod
/usr/bin/gnumktemp
/usr/bin/gnumv
/usr/bin/gnunice
/usr/bin/gnunl
/usr/bin/gnunohup
/usr/bin/gnunproc
/usr/bin/gnunumfmt
/usr/bin/gnuod
/usr/bin/gnupaste
/usr/bin/gnupathchk
/usr/bin/gnupinky
/usr/bin/gnupr
/usr/bin/gnuprintenv
/usr/bin/gnuprintf
/usr/bin/gnuptx
/usr/bin/gnupwd
/usr/bin/gnureadlink
/usr/bin/gnurealpath
/usr/bin/gnurm
/usr/bin/gnurmdir
/usr/bin/gnuruncon
/usr/bin/gnuseq
/usr/bin/gnusha1sum
/usr/bin/gnusha224sum
/usr/bin/gnusha256sum
/usr/bin/gnusha384sum
/usr/bin/gnusha512sum
/usr/bin/gnushred
/usr/bin/gnushuf
/usr/bin/gnusleep
/usr/bin/gnusort
/usr/bin/gnusplit
/usr/bin/gnustat
/usr/bin/gnustdbuf
/usr/bin/gnustty
/usr/bin/gnusum
/usr/bin/gnusync
/usr/bin/gnutac
/usr/bin/gnutail
/usr/bin/gnutee
/usr/bin/gnutest
/usr/bin/gnutimeout
/usr/bin/gnutouch
/usr/bin/gnutr
/usr/bin/gnutrue
/usr/bin/gnutruncate
/usr/bin/gnutsort
/usr/bin/gnutty
/usr/bin/gnuuname
/usr/bin/gnuunexpand
/usr/bin/gnuuniq
/usr/bin/gnuunlink
/usr/bin/gnuusers
/usr/bin/gnuvdir
/usr/bin/gnuwc
/usr/bin/gnuwho
/usr/bin/gnuwhoami
/usr/bin/gnuyes
/usr/sbin/gnuchroot

@oech3
Copy link
Copy Markdown
Contributor

oech3 commented Mar 15, 2026

ok. I missed Example.

sylvestre pushed a commit to sylvestre/coreutils that referenced this pull request Mar 18, 2026
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants