Skip to content

Commit d33c12d

Browse files
committed
ci: update output file name in benchmark_compare.yml
1 parent 32af3b8 commit d33c12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark_compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
const path = require('path');
129129
130130
const prData = ${{ steps.pr.outputs.result }};
131-
const comparisonFile = `${prData.base_sha}-${prData.head_sha}-comparison.txt`;
131+
const comparisonFile = `benchmark-comparison.txt`;
132132
const comparisonPath = path.join('${{ github.workspace }}', comparisonFile);
133133
134134
let comparisonResults = '';

0 commit comments

Comments
 (0)