Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/reusable_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
run: |
python -m venv .venv
source .venv/bin/activate
echo "$PATH" >> $GITHUB_PATH
pip install -r ${{github.workspace}}/sc/devops/scripts/benchmarks/requirements.txt

- name: Set core range and GPU mask
Expand All @@ -153,7 +154,6 @@ jobs:
- name: Run UMF benchmarks
id: benchmarks
run: >
source .venv/bin/activate &&
taskset -c ${{ env.CORES }} ./sc/devops/scripts/benchmarks/main.py
~/bench_workdir_umf
--umf ${{env.BUILD_DIR}}
Expand Down