Skip to content

Commit 70be0d9

Browse files
authored
Update ci.yml
1 parent 9d14725 commit 70be0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
# Execute the Python script
7373
# Arguments: [Input JSON Path] [Output Directory Path]
74-
python scripts/generate_graphs.py ./build/bin/benchmark_result.json $OUTPUT_DIR
74+
python scripts/plot_benchmark.py ./build/bin/benchmark_result.json $OUTPUT_DIR
7575
7676
# Copy the raw JSON to the deployment folder for public access
7777
cp ./build/bin/benchmark_result.json $OUTPUT_DIR/data/benchmark_result.json

0 commit comments

Comments
 (0)