Skip to content

Commit 5930203

Browse files
[CI][Bench] Adjust benchmarks' workflow name to include 'SYCL', as other SYCL workflows
1 parent b3880c9 commit 5930203

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sycl-ur-perf-benchmarking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# A combined workflow for all benchmarks-related jobs for SYCL and UR.
22
# Supports both manual triggering (dispatch) and nightly runs.
33
# It also tests changes to benchmark scripts/framework in PR, if modified.
4-
name: Run Benchmarks
4+
name: SYCL Run Benchmarks
55

66
on:
77
schedule:

devops/scripts/benchmarks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The benchmarks scripts are used in a GitHub Actions workflow, and can be automat
115115

116116
![compute benchmarks](workflow.png "Compute Benchmarks CI job")
117117

118-
To execute the benchmarks in CI, navigate to the `Actions` tab and then go to the `Run Benchmarks` workflow. Here, you will find a list of previous runs and a "Run workflow" button. Upon clicking the button, you will be prompted to fill in a form to customize your benchmark run. Important field is the `PR number`, which is the identifier for the Pull Request against which you want the benchmarks to run. Instead, you can specify `Commit hash` from within intel/llvm repository, or leave both empty to run benchmarks against the branch/tag the workflow started from (the value from dropdown list at the top).
118+
To execute the benchmarks in CI, navigate to the `Actions` tab and then go to the `SYCL Run Benchmarks` workflow. Here, you will find a list of previous runs and a "Run workflow" button. Upon clicking the button, you will be prompted to fill in a form to customize your benchmark run. Important field is the `PR number`, which is the identifier for the Pull Request against which you want the benchmarks to run. Instead, you can specify `Commit hash` from within intel/llvm repository, or leave both empty to run benchmarks against the branch/tag the workflow started from (the value from dropdown list at the top).
119119

120120
Once all the information is entered, click the "Run workflow" button to initiate a new workflow run. This will execute the benchmarks and then post the results as a comment on the specified Pull Request.
121121

0 commit comments

Comments
 (0)