Skip to content

Commit

Permalink
artifact rename&subrepo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay19 committed Dec 28, 2023
1 parent 001bdf8 commit 05af4a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- 'master'
- 'develop'
push:
branches:
- 'submodule_benchmark'
jobs:
RunBenchmark:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -48,9 +45,9 @@ jobs:
- name: Run Benchmark
run: |
cd slitherin-benchmark/
python3 runner.py -i contracts/mainnet -o tmp.csv
python3 runner.py -i contracts/mainnet -o mainnet.csv --limit 5000
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: benchmark
path: slitherin-benchmark/tmp.csv
path: slitherin-benchmark/mainnet.csv
2 changes: 1 addition & 1 deletion slitherin-benchmark

0 comments on commit 05af4a6

Please sign in to comment.