File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,44 +109,44 @@ jobs:
109109 github-token : ${{ secrets.GITHUB_TOKEN }}
110110 message : |
111111 ### Benchmarks Results
112-
112+
113113 >Numbers are in Ops/sec
114114
115115 **Node**: 20
116116 **PR**:
117117 ```shell
118- ${{ needs.benchmark-pr.outputs.PR-BENCH-20 }}
118+ ${{ needs.benchmark-pr.outputs.PR-BENCH-20 }}
119119 ```
120120
121121 **MAIN**:
122122 ```shell
123- ${{ needs.benchmark-current.outputs.CURRENT-BENCH-20 }}
123+ ${{ needs.benchmark-current.outputs.CURRENT-BENCH-20 }}
124124 ```
125125
126126 ---
127127
128128 **Node**: 22
129129 **PR**:
130130 ```shell
131- ${{ needs.benchmark-pr.outputs.PR-BENCH-22 }}
131+ ${{ needs.benchmark-pr.outputs.PR-BENCH-22 }}
132132 ```
133133
134134 **MAIN**:
135135 ```shell
136- ${{ needs.benchmark-current.outputs.CURRENT-BENCH-22 }}
136+ ${{ needs.benchmark-current.outputs.CURRENT-BENCH-22 }}
137137 ```
138138
139139 ---
140140
141141 **Node**: 24
142142 **PR**:
143143 ```shell
144- ${{ needs.benchmark-pr.outputs.PR-BENCH-24 }}
144+ ${{ needs.benchmark-pr.outputs.PR-BENCH-24 }}
145145 ```
146146
147147 **MAIN**:
148148 ```shell
149- ${{ needs.benchmark-current.outputs.CURRENT-BENCH-24 }}
149+ ${{ needs.benchmark-current.outputs.CURRENT-BENCH-24 }}
150150 ```
151151
152152 remove-label :
@@ -166,4 +166,4 @@ jobs:
166166 issue_number : ${{ github.event.pull_request.number }}
167167 name : benchmarks
168168 env :
169- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
169+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments