Skip to content

perf: Add GitHub Action to test benchmark on PRs and second benchmark #6

perf: Add GitHub Action to test benchmark on PRs and second benchmark

perf: Add GitHub Action to test benchmark on PRs and second benchmark #6

Workflow file for this run

name: Benchmark
on: [push, pull_request]
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: luanpotter/dart-benchmark-action@v0.1.0
with:
paths: "."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}