Skip to content

test: Add a basic component rendering benchmark #16

test: Add a basic component rendering benchmark

test: Add a basic component rendering benchmark #16

Workflow file for this run

name: Benchmark
on: [pull_request]
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v3
- uses: luanpotter/[email protected]
with:
paths: "packages/flame/"
ignore-tag: "no-benchmark"
is-flutter: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}