File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments