Skip to content

Commit 2947e59

Browse files
committed
DEBUG CI
1 parent 4f3da12 commit 2947e59

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/reusable_gpu.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
build_type:
1717
description: A list of build types
1818
type: string
19-
default: "['Debug', 'Release']"
19+
default: "['Debug']"
2020
shared_lib:
2121
description: A list of options for building shared library
2222
type: string
@@ -107,3 +107,11 @@ jobs:
107107
- name: Run examples
108108
working-directory: ${{env.BUILD_DIR}}
109109
run: ctest --output-on-failure --test-dir examples -C ${{matrix.build_type}}
110+
111+
- name: Run benchmarks DEBUG
112+
working-directory: ${{env.BUILD_DIR}}
113+
run: UMF_LOG="level:info;flush:info;output:stderr;pid:yes" ./benchmark/umf-bench-ubench
114+
115+
- name: Run benchmarks
116+
working-directory: ${{env.BUILD_DIR}}
117+
run: ctest --output-on-failure --test-dir benchmark -C ${{matrix.build_type}} --exclude-regex umf-bench-multithreaded

0 commit comments

Comments
 (0)