[all-commits] [llvm/llvm-project] 810062: [libc++] Require selecting a machine when dispatch...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Jul 28 13:03:34 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 810062e9771d8b47c25a89311139c621c13bbf9f
https://github.com/llvm/llvm-project/commit/810062e9771d8b47c25a89311139c621c13bbf9f
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2026-07-28 (Tue, 28 Jul 2026)
Changed paths:
M .github/workflows/libcxx-benchmark-commit.yml
Log Message:
-----------
[libc++] Require selecting a machine when dispatching the benchmark workflow (#212591)
This resolves a TODO to allow selecting which machine we're running on.
As I am working on automation to dispatch these benchmarking jobs, it
turns out that we always want to specify the machine, and we always want
to specify a single machine to run per workflow, since this is the only
way we can track which commits have been attempted (or are still in
flight) on a given machine.
Therefore, the ability to run benchmarks on all machines at once is
removed from this workflow (but not from the related PR A/B benchmarking
workflow).
This patch also includes the machine name and the commit being
benchmarked into the runs's name, which is necessary for automation to
know what the workflow was benchmarking.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list