Skip to content

Commit

Permalink
feat(ci): Added the benchmarking step
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Sep 24, 2023
1 parent 0024893 commit a487dea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ jobs:
gurobi_license: ${{ secrets.GUROBI_LICENSE_FILE }}
gams_license: ${{ secrets.GAMS_LICENSE_FILE }}

# Finally, we run some simple benchmarks
benchmark:
name: Benchmark
needs: [ build-test, build-proprietary ]
runs-on: [ self-hosted, docker ]
steps:
- name: Run Benchmark
uses: maxemiliang/shot-benchmarker@v1
with:
benchmark_folder: "MINLP-convex-small"
benchmark_type: "nl"
shot_executable: "shot"

# Publish the test results as an output
publish-test:
Expand Down

0 comments on commit a487dea

Please sign in to comment.