Files
uutils-coreutils/.github/workflows
jeffhuang 2fcd54344d tr: add codspeed benchmark for ASCII range translation
Adds a divan-based benchmark suite under src/uu/tr/benches/ that
codspeed can build and run, and registers uu_tr in the benchmarks
workflow matrix. Each bench redirects fd 0 to a prepared file and
fd 1 to /dev/null around uumain since tr only reads stdin.

Covers the AVX2 ASCII-range fast path, single-char replace,
multi-char table translation, and ASCII range delete, at 1/16/64 MB.
2026-07-12 12:32:35 -04:00
..
2026-06-28 17:11:29 +02:00