Skip to content

chore: upgrade to benchmark_test 0.1.1+1 #38

chore: upgrade to benchmark_test 0.1.1+1

chore: upgrade to benchmark_test 0.1.1+1 #38

Workflow file for this run

name: Benchmark
on:
push:
branches:
- master
permissions:
contents: write
deployments: write
jobs:
benchmark:
name: Run benchmark tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: appsup-dart/benchmark_test@action-v1
with:
paths: test/benchmarks_test.dart
compile: jit,aot,js,wasm
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-on-alert: true
fail-on-alert: true