Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3b91ef7
perf(chmod): optimize directory traversal to avoid fd stacking on Linux
mattsu2020 Dec 6, 2025
4566b07
refactor: simplify FD limit handling in chmod recursive test
mattsu2020 Dec 6, 2025
7f19b0c
refactor(chmod): remove redundant std::path:: qualifier from PathBuf …
mattsu2020 Dec 9, 2025
51d9a8c
Merge branch 'main' into chmod_FD_fix
mattsu2020 Dec 15, 2025
e308529
Merge branch 'uutils:main' into chmod_FD_fix
mattsu2020 Dec 25, 2025
83a02b7
Merge branch 'main' into chmod_FD_fix
mattsu2020 Dec 27, 2025
0c12d67
feat(ci): add SMACK GNU tests and optimize CI workflows
mattsu2020 Jan 2, 2026
b539899
Merge remote-tracking branch 'upstream/main' into chmod_FD_fix
mattsu2020 Jan 2, 2026
991627f
Merge remote-tracking branch 'upstream/main' into chmod_FD_fix
mattsu2020 Jan 5, 2026
a6da85d
Merge remote-tracking branch 'upstream/main' into chmod_FD_fix
mattsu2020 Jan 10, 2026
fc67a90
refactor: streamline error handling and variable scoping in chmod and…
mattsu2020 Jan 13, 2026
e2b7f25
Merge branch 'main' into chmod_FD_fix
mattsu2020 Jan 13, 2026
1aafd00
feat(chmod): add benchmarking support with dependencies and config
mattsu2020 Jan 15, 2026
deb01c9
feat(ci): add uu_chmod to benchmark packages
mattsu2020 Jan 15, 2026
f979925
Merge branch 'main' into chmod_FD_fix
mattsu2020 Jan 15, 2026
f28f767
refactor(chmod_bench): add explicit unsafe blocks around alloc and ge…
mattsu2020 Jan 15, 2026
a15d182
refactor: reorder imports in chmod_bench.rs
mattsu2020 Jan 15, 2026
b0ba7fd
refactor(chmod): update raw pointer syntax in benchmark
mattsu2020 Jan 15, 2026
45a3778
chore(deps): update Rust dependencies to latest versions
mattsu2020 Jan 15, 2026
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 .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
type: [performance, memory]
package: [
uu_base64,
uu_chmod,
uu_cksum,
uu_cp,
uu_cut,
Expand Down
Loading
Loading