fix(cfg): graph starts from offset 0x01
instead of 0x00
, prune redundant nodes
#90
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |