Skip to content

Commit

Permalink
删除action中的bench
Browse files Browse the repository at this point in the history
  • Loading branch information
zjhellofss committed Oct 2, 2023
1 parent 333d10d commit da292ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,3 @@ jobs:
working-directory: ${{github.workspace}}
run: ${{github.workspace}}/build/test/${{ env.BUILD_TYPE }}/test_kuiper.exe

- name: Bench
working-directory: ${{github.workspace}}
run: ${{github.workspace}}/build/bench/${{ env.BUILD_TYPE }}/bench_kuiper.exe

4 changes: 0 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,3 @@ jobs:
working-directory: ${{github.workspace}}
run: ${{github.workspace}}/build/test/test_kuiper

- name: Bench
working-directory: ${{github.workspace}}
run: ${{github.workspace}}/build/bench/bench_kuiper

0 comments on commit da292ec

Please sign in to comment.