Skip to content

Commit c0b3c3b

Browse files
committed
DEBUG
1 parent d96737f commit c0b3c3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
OUTPUT_DIR=images/$(date -I)
6161
SHA=${{ github.sha }}
6262
OUTPUT_FILE=$OUTPUT_DIR/${SHA:0:7}.png
63-
mkdir -p $OUTPUT_DIR
64-
./runner/make-graphics.py latest-benchmark-results.csv $OUTPUT_FILE
63+
mkdir -p reactor-c/$OUTPUT_DIR
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)