Update CI.yml

This commit is contained in:
Lyon 2022-01-04 09:10:59 +08:00 committed by GitHub
parent 4da2f30e5a
commit 1501e7ccf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: