We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833edd6 commit 3dcd519Copy full SHA for 3dcd519
.github/workflows/reusable_benchmarks.yml
@@ -1,8 +1,6 @@
1
# Executes benchmarks implemented in this repository,
2
# 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
+# which are downloaded from Unified Runtime repository.
6
name: Benchmarks
7
8
on:
@@ -124,7 +122,7 @@ jobs:
124
122
run: |
125
123
pip install --force-reinstall -r ${{github.workspace}}/ur-repo/third_party/benchmark_requirements.txt
126
127
- - name: Run dedicated for UMF scripts from UR
+ - name: Run dedicated for UMF benchmarking scripts from UR
128
id: benchmarks
129
working-directory: ${{env.BUILD_DIR}}
130
run: >
0 commit comments