Skip to content

Commit 8b8ab0f

Browse files
authored
Merge pull request #2289 from pbalcer/add-missing-numactl
add accidentally removed numactl from the benchmark job
2 parents 890cd32 + 9e1b4a4 commit 8b8ab0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
working-directory: ${{ github.workspace }}/ur-repo/
161161
id: benchmarks
162162
run: >
163-
${{ github.workspace }}/ur-repo/scripts/benchmarks/main.py
163+
numactl -N 0 ${{ github.workspace }}/ur-repo/scripts/benchmarks/main.py
164164
~/bench_workdir
165165
--sycl ${{ github.workspace }}/sycl_build
166166
--ur ${{ github.workspace }}/ur_install

0 commit comments

Comments
 (0)