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 5f9434a commit 081dfdfCopy full SHA for 081dfdf
.github/workflows/gpu.yml
@@ -88,3 +88,7 @@ jobs:
88
- name: Run examples
89
working-directory: ${{github.workspace}}/build
90
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