Skip to content

Commit

Permalink
perf: Add GitHub Action to test benchmark on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Dec 22, 2024
1 parent 20d4ebe commit f3caeee
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Benchmark

on: [pull_request]

jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: dart-lang/setup-dart@v1
- run: dart pub get

- uses: luanpotter/[email protected]
with:
paths: "."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f3caeee

Please sign in to comment.