Skip to content

Commit 283bfd4

Browse files
fixed double output-file
1 parent 6a1500c commit 283bfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Where the output from the benchmark tool is stored
6161
output-file-path: benchmark_result.json
6262
# Where the previous data file is stored
63-
output-file-path: ./cache/benchmark-data.json
63+
external-data-json-path: ./cache/benchmark-data.json
6464
github-token: ${{ secrets.GITHUB_TOKEN }}
6565
comment-always: true
6666

0 commit comments

Comments
 (0)