Add a no-op compare_perf workflow (#41605)

Testing PR for @zed-zippy

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2025-10-30 17:28:03 -06:00
committed by GitHub
parent 977856407e
commit c2537fad43
3 changed files with 37 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Generated from xtask::workflows::compare_perf
# Rebuild with `cargo xtask workflows`.
name: compare_perf
on:
workflow_dispatch: {}
jobs:
run_perf:
runs-on: namespace-profile-2x4-ubuntu-2404
steps:
- name: steps::checkout_repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
clean: false