| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-18 | test(process-executor): benchmark execute_async with criterion | nsfisis | |
| The `single` group compares the argv form against the string form, which goes through an extra `/bin/sh -c`; the `concurrent` group varies the job count around `max_jobs` so the semaphore throttle is visible as a throughput knee. `execute_async`'s futures are `!Send`, so they run on a current-thread runtime and overlap only through `join_all` within a single task. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> | |||
