Skip to content

Commit

Permalink
workflow to benchmark pull request performance (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonsie authored Sep 25, 2019
1 parent 8661150 commit d9d1602
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# .github/workflows/pull_request.yml

on: [pull_request]
name: benchmark pull requests
jobs:
runBenchmark:
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: run benchmark
uses: matchai/criterion-compare-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d9d1602

Please sign in to comment.