|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1769817611688, |
| 2 | + "lastUpdate": 1769817614195, |
3 | 3 | "repoUrl": "https://github.com/noir-lang/noir", |
4 | 4 | "entries": { |
5 | 5 | "Compilation Memory": [ |
@@ -35189,105 +35189,6 @@ window.BENCHMARK_DATA = { |
35189 | 35189 | } |
35190 | 35190 | ], |
35191 | 35191 | "Brillig Compilation Time": [ |
35192 | | - { |
35193 | | - "commit": { |
35194 | | - "author": { |
35195 | | - |
35196 | | - "name": "Khashayar Barooti", |
35197 | | - "username": "kashbrti" |
35198 | | - }, |
35199 | | - "committer": { |
35200 | | - |
35201 | | - "name": "GitHub", |
35202 | | - "username": "web-flow" |
35203 | | - }, |
35204 | | - "distinct": false, |
35205 | | - "id": "1000cb2b31f251ffd3117543d012d3f82bdb16f7", |
35206 | | - "message": "fix: add pkcs7 padding to the stdlib AES128 function (#11283)\n\nCo-authored-by: Tom French < [email protected]>", |
35207 | | - "timestamp": "2026-01-26T17:03:33Z", |
35208 | | - "tree_id": "07fd832c5a8f6612f9c35f99f0cf2e4422735906", |
35209 | | - "url": "https://github.com/noir-lang/noir/commit/1000cb2b31f251ffd3117543d012d3f82bdb16f7" |
35210 | | - }, |
35211 | | - "date": 1769448909614, |
35212 | | - "tool": "customSmallerIsBetter", |
35213 | | - "benches": [ |
35214 | | - { |
35215 | | - "name": "private-kernel-inner", |
35216 | | - "value": 1.214, |
35217 | | - "unit": "s" |
35218 | | - }, |
35219 | | - { |
35220 | | - "name": "private-kernel-reset", |
35221 | | - "value": 1.054, |
35222 | | - "unit": "s" |
35223 | | - }, |
35224 | | - { |
35225 | | - "name": "private-kernel-tail", |
35226 | | - "value": 1.03, |
35227 | | - "unit": "s" |
35228 | | - }, |
35229 | | - { |
35230 | | - "name": "rollup-block-root-first-empty-tx", |
35231 | | - "value": 1.218, |
35232 | | - "unit": "s" |
35233 | | - }, |
35234 | | - { |
35235 | | - "name": "rollup-block-root-single-tx", |
35236 | | - "value": 1.5, |
35237 | | - "unit": "s" |
35238 | | - }, |
35239 | | - { |
35240 | | - "name": "rollup-block-root", |
35241 | | - "value": 1.5, |
35242 | | - "unit": "s" |
35243 | | - }, |
35244 | | - { |
35245 | | - "name": "rollup-checkpoint-merge", |
35246 | | - "value": 1.498, |
35247 | | - "unit": "s" |
35248 | | - }, |
35249 | | - { |
35250 | | - "name": "rollup-checkpoint-root-single-block", |
35251 | | - "value": 1.89, |
35252 | | - "unit": "s" |
35253 | | - }, |
35254 | | - { |
35255 | | - "name": "rollup-checkpoint-root", |
35256 | | - "value": 2.07, |
35257 | | - "unit": "s" |
35258 | | - }, |
35259 | | - { |
35260 | | - "name": "rollup-root", |
35261 | | - "value": 1.48, |
35262 | | - "unit": "s" |
35263 | | - }, |
35264 | | - { |
35265 | | - "name": "rollup-tx-base-private", |
35266 | | - "value": 1.662, |
35267 | | - "unit": "s" |
35268 | | - }, |
35269 | | - { |
35270 | | - "name": "rollup-tx-base-public", |
35271 | | - "value": 1.72, |
35272 | | - "unit": "s" |
35273 | | - }, |
35274 | | - { |
35275 | | - "name": "rollup-tx-merge", |
35276 | | - "value": 1.488, |
35277 | | - "unit": "s" |
35278 | | - }, |
35279 | | - { |
35280 | | - "name": "semaphore-depth-10", |
35281 | | - "value": 0.241, |
35282 | | - "unit": "s" |
35283 | | - }, |
35284 | | - { |
35285 | | - "name": "sha512-100-bytes", |
35286 | | - "value": 0.235, |
35287 | | - "unit": "s" |
35288 | | - } |
35289 | | - ] |
35290 | | - }, |
35291 | 35192 | { |
35292 | 35193 | "commit": { |
35293 | 35194 | "author": { |
@@ -40138,6 +40039,105 @@ window.BENCHMARK_DATA = { |
40138 | 40039 | "unit": "s" |
40139 | 40040 | } |
40140 | 40041 | ] |
| 40042 | + }, |
| 40043 | + { |
| 40044 | + "commit": { |
| 40045 | + "author": { |
| 40046 | + |
| 40047 | + "name": "Maxim Vezenov", |
| 40048 | + "username": "vezenovm" |
| 40049 | + }, |
| 40050 | + "committer": { |
| 40051 | + |
| 40052 | + "name": "GitHub", |
| 40053 | + "username": "web-flow" |
| 40054 | + }, |
| 40055 | + "distinct": true, |
| 40056 | + "id": "8d917005204b0e9b15d26d6c983eccf577009f74", |
| 40057 | + "message": "fix(ssa): Count array call arguments as possible mutations when removing RC increments (#11388)", |
| 40058 | + "timestamp": "2026-01-30T23:29:07Z", |
| 40059 | + "tree_id": "9ced74bf7d44f81ea53e7e8a5b35727a49348b70", |
| 40060 | + "url": "https://github.com/noir-lang/noir/commit/8d917005204b0e9b15d26d6c983eccf577009f74" |
| 40061 | + }, |
| 40062 | + "date": 1769817570327, |
| 40063 | + "tool": "customSmallerIsBetter", |
| 40064 | + "benches": [ |
| 40065 | + { |
| 40066 | + "name": "private-kernel-inner", |
| 40067 | + "value": 1.204, |
| 40068 | + "unit": "s" |
| 40069 | + }, |
| 40070 | + { |
| 40071 | + "name": "private-kernel-reset", |
| 40072 | + "value": 1.338, |
| 40073 | + "unit": "s" |
| 40074 | + }, |
| 40075 | + { |
| 40076 | + "name": "private-kernel-tail", |
| 40077 | + "value": 1.086, |
| 40078 | + "unit": "s" |
| 40079 | + }, |
| 40080 | + { |
| 40081 | + "name": "rollup-block-root-first-empty-tx", |
| 40082 | + "value": 1.494, |
| 40083 | + "unit": "s" |
| 40084 | + }, |
| 40085 | + { |
| 40086 | + "name": "rollup-block-root-single-tx", |
| 40087 | + "value": 1.51, |
| 40088 | + "unit": "s" |
| 40089 | + }, |
| 40090 | + { |
| 40091 | + "name": "rollup-block-root", |
| 40092 | + "value": 1.52, |
| 40093 | + "unit": "s" |
| 40094 | + }, |
| 40095 | + { |
| 40096 | + "name": "rollup-checkpoint-merge", |
| 40097 | + "value": 1.516, |
| 40098 | + "unit": "s" |
| 40099 | + }, |
| 40100 | + { |
| 40101 | + "name": "rollup-checkpoint-root-single-block", |
| 40102 | + "value": 2, |
| 40103 | + "unit": "s" |
| 40104 | + }, |
| 40105 | + { |
| 40106 | + "name": "rollup-checkpoint-root", |
| 40107 | + "value": 2.07, |
| 40108 | + "unit": "s" |
| 40109 | + }, |
| 40110 | + { |
| 40111 | + "name": "rollup-root", |
| 40112 | + "value": 1.592, |
| 40113 | + "unit": "s" |
| 40114 | + }, |
| 40115 | + { |
| 40116 | + "name": "rollup-tx-base-private", |
| 40117 | + "value": 1.632, |
| 40118 | + "unit": "s" |
| 40119 | + }, |
| 40120 | + { |
| 40121 | + "name": "rollup-tx-base-public", |
| 40122 | + "value": 1.676, |
| 40123 | + "unit": "s" |
| 40124 | + }, |
| 40125 | + { |
| 40126 | + "name": "rollup-tx-merge", |
| 40127 | + "value": 1.464, |
| 40128 | + "unit": "s" |
| 40129 | + }, |
| 40130 | + { |
| 40131 | + "name": "semaphore-depth-10", |
| 40132 | + "value": 0.246, |
| 40133 | + "unit": "s" |
| 40134 | + }, |
| 40135 | + { |
| 40136 | + "name": "sha512-100-bytes", |
| 40137 | + "value": 0.203, |
| 40138 | + "unit": "s" |
| 40139 | + } |
| 40140 | + ] |
40141 | 40141 | } |
40142 | 40142 | ], |
40143 | 40143 | "Brillig Artifact Size": [ |
|
0 commit comments