Skip to content

Commit 0eb45dc

Browse files
committed
DEBUG
1 parent d96737f commit 0eb45dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/user-requested-benchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
SHA=${{ github.sha }}
6262
OUTPUT_FILE=$OUTPUT_DIR/${SHA:0:7}.png
6363
mkdir -p $OUTPUT_DIR
64-
./runner/make-graphics.py latest-benchmark-results.csv $OUTPUT_FILE
64+
./runner/make-graphics.py latest-benchmark-results.csv reactor-c/$OUTPUT_FILE
6565
echo "::set-output name=output_file::$OUTPUT_FILE"
6666
shell: bash
6767
id: figure
@@ -85,6 +85,6 @@ jobs:
8585
uses: thollander/actions-comment-pull-request@v1
8686
with:
8787
message: |
88-
![Visualization of the benchmark results.](https://raw.githubusercontent.com/lf-lang/benchmarks-lingua-franca/graphics/${{ steps.figure.outputs.OUTPUT_FILE }})
88+
![Visualization of the benchmark results.](https://raw.githubusercontent.com/lf-lang/reactor-c/graphics/${{ steps.figure.outputs.OUTPUT_FILE }})
8989
pr_number: 91 # ${{ inputs.pr_number }}
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)