Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay19 committed Dec 13, 2023
1 parent 55d05f7 commit f57a6dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
cd slitherin-benchmark/
python -m pip install -r requirements.txt
- name: Run Benchmark
run: python3 runner.py -i contracts -o tmp.csv
run: |
cd slitherin-benchmark/
python3 runner.py -i contracts -o tmp.csv
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: benchmark
path: tmp.csv
path: slitherin-benchmark/tmp.csv

0 comments on commit f57a6dd

Please sign in to comment.