Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay19 authored Dec 13, 2023
1 parent 1103c43 commit 95039a8
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 @@ -41,10 +41,12 @@ jobs:
solc-select use 0.8.19
- name: Install node dependencies
run: npm ci
- name: Run Benchmark
- name: Install benchmark requirements
run: |
cd slitherin-benchmark/
python3 runner.py -i contracts -o tmp.csv
python -m pip -r requirements.txt
- name: Run Benchmark
run: python3 runner.py -i contracts -o tmp.csv
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 95039a8

Please sign in to comment.