Skip to content

feat: support for vyper dispatcher in selector detection #76

feat: support for vyper dispatcher in selector detection

feat: support for vyper dispatcher in selector detection #76

Workflow file for this run

on: [pull_request]
name: bench
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
runBenchmark:
name: run benchmark
runs-on: buildjet-16vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v3
- uses: boa-dev/criterion-compare-action@v3
with:
package: "heimdall-core"
branchName: ${{ github.base_ref }}
token: ${{ secrets.GITHUB_TOKEN }}