Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yashton committed May 26, 2021
1 parent 84d7191 commit 31caac3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,18 @@ jobs:
run: |
find -name lsoracle
cp lsoracle /usr/local/bin
chmod +x /usr/local/bin/lsoracle
mkdir -p /usr/local/share/lsoracle
cp core/test.ini /usr/local/share/lsoracle/test.ini
cp benchmarks/kahypar.ini /usr/local/share/lsoracle/test.ini
cd benchmarks
make everything.png -j$(nproc)
make TEE=tee everything.png
- name: Archive results
uses: actions/upload-artifact@v2
with:
name: benchmark-results
path: |
benchmarks/everything.tsv
benchmarks/everything.png
benchmarks/*/*.log
benchmarks/*/*.rtl
benchmarks/*/*.mapped.v
Expand Down

0 comments on commit 31caac3

Please sign in to comment.