Skip to content

Commit 490ed2a

Browse files
Update benchmarks.yml
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
1 parent 672f9ab commit 490ed2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
env:
3030
PR_NUMBER: ${{ github.event.inputs.pr_number || github.event.issue.number || null }}
3131
steps:
32+
- name: Clear stdb dir
33+
if: always()
34+
run: |
35+
rm -fr /stdb/*
36+
3237
- name: Enable CPU boost
3338
run: echo "1" | sudo tee /sys/devices/system/cpu/cpufreq/boost
3439

0 commit comments

Comments
 (0)