Skip to content

Commit 0bba9e3

Browse files
committed
Add mt bench run to CI
1 parent 9a7ada2 commit 0bba9e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
-DCMAKE_C_COMPILER=${{matrix.compiler.c}}
3131
-DCMAKE_CXX_COMPILER=${{matrix.compiler.cxx}}
3232
-DUMF_BUILD_BENCHMARKS=ON
33+
-DUMF_BUILD_BENCHMARKS_MT=ON
3334
-DUMF_BUILD_TESTS=OFF
3435
-DUMF_FORMAT_CODE_STYLE=OFF
3536
-DUMF_DEVELOPER_MODE=OFF
@@ -57,3 +58,7 @@ jobs:
5758
fi
5859
cat $LOG
5960
echo "[ PASSED ] The CI benchmark job PASSED."
61+
62+
- name: Run MT benchmarks
63+
working-directory: ${{github.workspace}}/build
64+
run: ./benchmark/multithread_bench

0 commit comments

Comments
 (0)