Skip to content

Commit

Permalink
Create PkgJogger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalxrc08 committed Aug 25, 2023
1 parent b04efc5 commit 76ed722
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/PkgJogger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: PkgJogger
on:
- push
- pull_request

jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
- name: Run Benchmarks
run: julia -e 'using Pkg; Pkg.add("PkgJogger"); using PkgJogger; PkgJogger.ci()'
- uses: actions/upload-artifact@v2
with:
name: benchmarks
path: benchmark/trial/*

0 comments on commit 76ed722

Please sign in to comment.