@@ -44,12 +44,12 @@ jobs:
44
44
permissions :
45
45
contents : read
46
46
outputs :
47
- PR-BENCH-18 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT_18 }}
48
47
PR-BENCH-20 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT_20 }}
49
- PR-BENCH-21 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT_21 }}
50
- BASE -BENCH-18 : ${{ steps.benchmark-base .outputs.BENCH_RESULT_18 }}
48
+ PR-BENCH-22 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT_22 }}
49
+ PR -BENCH-23 : ${{ steps.benchmark-pr .outputs.BENCH_RESULT_23 }}
51
50
BASE-BENCH-20 : ${{ steps.benchmark-base.outputs.BENCH_RESULT_20 }}
52
- BASE-BENCH-21 : ${{ steps.benchmark-base.outputs.BENCH_RESULT_21 }}
51
+ BASE-BENCH-22 : ${{ steps.benchmark-base.outputs.BENCH_RESULT_22 }}
52
+ BASE-BENCH-23 : ${{ steps.benchmark-base.outputs.BENCH_RESULT_23 }}
53
53
54
54
strategy :
55
55
matrix :
@@ -106,36 +106,36 @@ jobs:
106
106
with :
107
107
github-token : ${{ secrets.GITHUB_TOKEN }}
108
108
message : |
109
- **Node**: 18
109
+ **Node**: 20
110
110
${{ inputs.pr-repo }}@${{ inputs.pr-sha }} (${{ inputs.pr-ref }}):
111
111
```
112
- ${{ needs.benchmark.outputs.PR-BENCH-18 }}
112
+ ${{ needs.benchmark.outputs.PR-BENCH-20 }}
113
113
```
114
114
${{ inputs.base-repo }}@${{ inputs.base-sha }} (${{ inputs.base-ref }}):
115
115
```
116
- ${{ needs.benchmark.outputs.BASE-BENCH-18 }}
116
+ ${{ needs.benchmark.outputs.BASE-BENCH-20 }}
117
117
```
118
118
119
119
---
120
120
121
- **Node**: 20
121
+ **Node**: 22
122
122
${{ inputs.pr-repo }}@${{ inputs.pr-sha }} (${{ inputs.pr-ref }}):
123
123
```
124
- ${{ needs.benchmark.outputs.PR-BENCH-20 }}
124
+ ${{ needs.benchmark.outputs.PR-BENCH-22 }}
125
125
```
126
126
${{ inputs.base-repo }}@${{ inputs.base-sha }} (${{ inputs.base-ref }}):
127
127
```
128
- ${{ needs.benchmark.outputs.BASE-BENCH-20 }}
128
+ ${{ needs.benchmark.outputs.BASE-BENCH-22 }}
129
129
```
130
130
131
131
---
132
132
133
- **Node**: 21
133
+ **Node**: 23
134
134
${{ inputs.pr-repo }}@${{ inputs.pr-sha }} (${{ inputs.pr-ref }}):
135
135
```
136
- ${{ needs.benchmark.outputs.PR-BENCH-21 }}
136
+ ${{ needs.benchmark.outputs.PR-BENCH-23 }}
137
137
```
138
138
${{ inputs.base-repo }}@${{ inputs.base-sha }} (${{ inputs.base-ref }}):
139
139
```
140
- ${{ needs.benchmark.outputs.BASE-BENCH-21 }}
140
+ ${{ needs.benchmark.outputs.BASE-BENCH-23 }}
141
141
```
0 commit comments