Skip to content

Commit

Permalink
feat: upload the benchmark osrl files
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Oct 19, 2023
1 parent 635b43a commit 32e8e36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ jobs:
INPUT_SHOT_EXECUTABLE: ${{ inputs.shot_executable }}
working-directory: ${{ github.workspace }}/shot-benchmarker
run: python main.py

- name: Upload benchmarks
uses: actions/upload-artifact@v3
with:
name: benchmarks-${{ github.sha }}
path: ${{ github.workspace }}/shot-benchmarker/benchmarks

0 comments on commit 32e8e36

Please sign in to comment.