Skip to content

Commit

Permalink
fix: some minor fixes to the benchmarker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Oct 19, 2023
1 parent e0e5647 commit 06ba4db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
type: string
benchmarks:
description: 'The benchmarks to run, can be a list of benchmarks or a single benchmark, defaults to all benchmarks'
default: ""
default: "all"
required: false
type: string

Expand All @@ -44,6 +44,9 @@ jobs:
run: pip install -r requirements.txt
working-directory: ${{ github.workspace }}/shot-benchmarker

- shell: bash
run: echo ${{ inputs.shot_executable }}

- shell: bash
env:
INPUT_BENCHMARK_FOLDER: ${{ inputs.benchmark_folder }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
benchmark_folder: "MINLP-convex-small"
benchmark_type: "nl"
shot_executable: ${{github.workspace}}/build/SHOT
shot_executable: ${{ github.workspace }}/build/SHOT

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

0 comments on commit 06ba4db

Please sign in to comment.