Skip to content

Commit 081dfdf

Browse files
committed
Add GPU benchamrks to the CI
1 parent 5f9434a commit 081dfdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gpu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ jobs:
8888
- name: Run examples
8989
working-directory: ${{github.workspace}}/build
9090
run: ctest --output-on-failure --test-dir examples -C ${{env.BUILD_TYPE}}
91+
92+
- name: Run benchmarks
93+
working-directory: ${{github.workspace}}/build
94+
run: ctest --output-on-failure --test-dir benchmark -C ${{env.BUILD_TYPE}} --exclude-regex umf-bench-multithreaded

0 commit comments

Comments
 (0)