Skip to content

du: fix time in print stat#13270

Open
hlsxx wants to merge 3 commits into
uutils:mainfrom
hlsxx:du-modification-time
Open

du: fix time in print stat#13270
hlsxx wants to merge 3 commits into
uutils:mainfrom
hlsxx:du-modification-time

Conversation

@hlsxx

@hlsxx hlsxx commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Track latest_time per Stat entry and propagate it upward during directory aggregation

Fixes #13267

@sylvestre

Copy link
Copy Markdown
Contributor

Some jobs are failing. Could you please also add a test? Thanks

@github-actions

github-actions Bot commented Jul 4, 2026

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/date/resolution (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/tail/tail-n0f (passes in this run but fails in the 'main' branch)
Skip an intermittent issue tests/pr/bounded-memory (was skipped on 'main', now failing)

@codspeed-hq

codspeed-hq Bot commented Jul 4, 2026

Copy link
Copy Markdown

Merging this PR will improve performance by 4.88%

⚡ 1 improved benchmark
✅ 330 untouched benchmarks
⏩ 46 skipped benchmarks1

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation sort_ascii_utf8_locale 16.1 ms 15.4 ms +4.88%

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing hlsxx:du-modification-time (ae30e69) with main (51529dc)

Open in CodSpeed

Footnotes

  1. 46 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

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.

du: --time shows the creation time instead of last modification time

2 participants