diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 71bc60dba..043976b22 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,6 +37,9 @@ jobs: # Build your program with the given configuration run: cd ${{github.workspace}}/port/linux && bash gtest.sh + - name: BENCHMARK + run: cd ${{github.workspace}}/port/linux && bash ci_benchmark.sh + - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1 with: