We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b1448 commit ec67894Copy full SHA for ec67894
1 file changed
.github/workflows/CI.yml
@@ -40,6 +40,9 @@ jobs:
40
- name: BENCHMARK
41
run: cd ${{github.workspace}}/port/linux && bash ci_benchmark.sh
42
43
+ - name: CLEAR
44
+ run: cd ${{github.workspace}}/port/linux && rm *.sh
45
+
46
- name: Store benchmark result
47
uses: benchmark-action/github-action-benchmark@v1
48
with:
0 commit comments