Skip to content

Commit

Permalink
bench updates&workflow OZ
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay19 committed Feb 2, 2024
1 parent c88fa2c commit 2260b80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Run Benchmark
run: |
cd slitherin-benchmark/
python3 runner.py -i contracts/mainnet -o mainnet.csv --limit 7000
python runner.py -i contracts/mainnet -o mainnet.csv --limit 7000
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
Expand All @@ -56,7 +56,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: 'submodule_benchmark'
submodules: 'true'
- name: Set up Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -89,7 +88,7 @@ jobs:
- name: Run Benchmark
run: |
cd slitherin-benchmark/
python3 runner.py -i contracts/openzeppelin -o oz.csv -eo oz_extra.csv
python runner.py -i contracts/openzeppelin -o oz.csv -eo oz_extra.csv
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2260b80

Please sign in to comment.