Skip to content

Commit 44d7568

Browse files
committed
Add mt bench run to CI
1 parent 1e2257d commit 44d7568

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ jobs:
5757
fi
5858
cat $LOG
5959
echo "[ PASSED ] The CI benchmark job PASSED."
60+
61+
- name: Run MT benchmarks
62+
working-directory: ${{github.workspace}}/build
63+
run: ./benchmark/multithread_bench

0 commit comments

Comments
 (0)