Skip to content

Commit

Permalink
skip f* in BM experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Aug 13, 2024
1 parent b55af99 commit 7930ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ jobs:

- name: Exclude some sets for speed-up
run: |
rm -rf data/2* data/8* data/b*
rm -rf meta/2* meta/8* meta/b*
rm -rf data/2* data/8* data/b* data/f*
rm -rf meta/2* meta/8* meta/b* meta/f*
mkdir -vp ${{ github.workspace }}/CredData
mv data ${{ github.workspace }}/CredData/
mv meta ${{ github.workspace }}/CredData/
Expand Down

0 comments on commit 7930ff6

Please sign in to comment.