Skip to content

Commit

Permalink
10->25
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 11, 2023
1 parent 5c73fa5 commit 23a5811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
cd sv-benchmarks/c
for i in $(sed 's/#.*$//g' ${{ matrix.task }}.set); do find . -wholename ./$i; done | while read line; do echo $(echo $line | sha1sum | awk ' { print $1 } ') $line ; done | sort -k1 | awk ' { $1=""; print $0 } ' | awk '{$1=$1};1' > all-files.txt
head -n10 all-files.txt > ${{ matrix.task }}.set
head -n25 all-files.txt > ${{ matrix.task }}.set
- name: Run benchexec
run: |
benchexec xml/theta.xml --no-container --tool-directory theta -t ${{ matrix.task }}
Expand Down

0 comments on commit 23a5811

Please sign in to comment.