Skip to content

Commit

Permalink
👷 Add more benchmarks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Jan 7, 2024
1 parent 72e47df commit 07a9b33
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,19 @@ jobs:
- name: Run ERC20 benchmark
working-directory: ./benchmark/erc20_benchmark
run: python snapshot.py
id: erc20-benchmark
id: erc20

- name: Run ERC721 benchmark
working-directory: ./benchmark/erc721_benchmark
run: python snapshot.py
id: erc721

- name: Run ERC1155 benchmark
working-directory: ./benchmark/erc1155_benchmark
run: python snapshot.py
id: erc1155

- name: Run ERC6909 benchmark
working-directory: ./benchmark/erc6909_benchmark
run: python snapshot.py
id: erc6909

0 comments on commit 07a9b33

Please sign in to comment.