Skip to content

Commit 3dcd519

Browse files
Names a little more verbose; not a git repository?
1 parent 833edd6 commit 3dcd519

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/reusable_benchmarks.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Executes benchmarks implemented in this repository,
22
# using scripts for benchmark results visualisation,
3-
# which are downloaded from Unified Runtime repository.
4-
# The results are displayed in form of charts on Github Pages
5-
# at <github-pages-url>/benchmark_results.html
3+
# which are downloaded from Unified Runtime repository.
64
name: Benchmarks
75

86
on:
@@ -124,7 +122,7 @@ jobs:
124122
run: |
125123
pip install --force-reinstall -r ${{github.workspace}}/ur-repo/third_party/benchmark_requirements.txt
126124
127-
- name: Run dedicated for UMF scripts from UR
125+
- name: Run dedicated for UMF benchmarking scripts from UR
128126
id: benchmarks
129127
working-directory: ${{env.BUILD_DIR}}
130128
run: >

0 commit comments

Comments
 (0)