From b715e9111fdbb489e6f41cb3851db3a199c26eb3 Mon Sep 17 00:00:00 2001 From: "Li, Ian" Date: Mon, 24 Mar 2025 10:06:25 -0700 Subject: [PATCH 1/2] Add benchmark.yml --- .github/workflows/benchmark.yml | 12 ++++++++++++ .github/workflows/ur-benchmarks-reusable.yml | 2 ++ .github/workflows/ur-benchmarks.yml | 2 ++ 3 files changed, 16 insertions(+) create mode 100644 .github/workflows/benchmark.yml diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml new file mode 100644 index 0000000000000..23fbb1ad903b4 --- /dev/null +++ b/.github/workflows/benchmark.yml @@ -0,0 +1,12 @@ +name: Benchmarks + +# This workflow is a WIP: this workflow file acts as a placeholder. + +on: [ workflow_dispatch ] + +jobs: + do-nothing: + runs-on: ubuntu-latest + steps: + - run: echo 'This workflow is a WIP.' + diff --git a/.github/workflows/ur-benchmarks-reusable.yml b/.github/workflows/ur-benchmarks-reusable.yml index 66ffcecd70314..029b4a1bebaa1 100644 --- a/.github/workflows/ur-benchmarks-reusable.yml +++ b/.github/workflows/ur-benchmarks-reusable.yml @@ -1,6 +1,8 @@ name: Benchmarks Reusable # This workflow is a WIP: This workflow file acts as a placeholder. +# +# This workflow is set to be merged into benchmark.yml on: [ workflow_call ] diff --git a/.github/workflows/ur-benchmarks.yml b/.github/workflows/ur-benchmarks.yml index 23fbb1ad903b4..5bf0461fcfef7 100644 --- a/.github/workflows/ur-benchmarks.yml +++ b/.github/workflows/ur-benchmarks.yml @@ -1,6 +1,8 @@ name: Benchmarks # This workflow is a WIP: this workflow file acts as a placeholder. +# +# This workflow is set to be merged into benchmark.yml on: [ workflow_dispatch ] From e103f9c947e335c6802f0888adf69056048b261f Mon Sep 17 00:00:00 2001 From: "Li, Ian" Date: Mon, 24 Mar 2025 12:50:02 -0700 Subject: [PATCH 2/2] Rename ambiguous 'benchmarks.yml' to a better name --- .../workflows/{benchmark.yml => sycl-ur-perf-benchmarking.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{benchmark.yml => sycl-ur-perf-benchmarking.yml} (100%) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/sycl-ur-perf-benchmarking.yml similarity index 100% rename from .github/workflows/benchmark.yml rename to .github/workflows/sycl-ur-perf-benchmarking.yml