Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Jul 13, 2022
1 parent d96737f commit 0eb45dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/user-requested-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
SHA=${{ github.sha }}
OUTPUT_FILE=$OUTPUT_DIR/${SHA:0:7}.png
mkdir -p $OUTPUT_DIR
./runner/make-graphics.py latest-benchmark-results.csv $OUTPUT_FILE
./runner/make-graphics.py latest-benchmark-results.csv reactor-c/$OUTPUT_FILE
echo "::set-output name=output_file::$OUTPUT_FILE"
shell: bash
id: figure
Expand All @@ -85,6 +85,6 @@ jobs:
uses: thollander/actions-comment-pull-request@v1
with:
message: |
![Visualization of the benchmark results.](https://raw.githubusercontent.com/lf-lang/benchmarks-lingua-franca/graphics/${{ steps.figure.outputs.OUTPUT_FILE }})
![Visualization of the benchmark results.](https://raw.githubusercontent.com/lf-lang/reactor-c/graphics/${{ steps.figure.outputs.OUTPUT_FILE }})
pr_number: 91 # ${{ inputs.pr_number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0eb45dc

Please sign in to comment.