Skip to content

Commit

Permalink
add Compilation Memory (customSmallerIsBetter) benchmark result for a…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 31, 2025
1 parent 3625e66 commit a90098c
Showing 1 changed file with 105 additions and 100 deletions.
205 changes: 105 additions & 100 deletions dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,107 +1,8 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1738328097072,
"lastUpdate": 1738328242244,
"repoUrl": "https://github.com/noir-lang/noir",
"entries": {
"Compilation Memory": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "jfecher",
"username": "jfecher"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "ed9977a57e0015ed653f54ce9377225434a947df",
"message": "fix: Prevent overlapping associated types impls (#7047)\n\nCo-authored-by: Tom French <[email protected]>",
"timestamp": "2025-01-20T17:29:47Z",
"tree_id": "1f005abc1d2f572a303b7324a4c7ec9b280da41f",
"url": "https://github.com/noir-lang/noir/commit/ed9977a57e0015ed653f54ce9377225434a947df"
},
"date": 1737395408437,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "keccak256",
"value": 77.56,
"unit": "MB"
},
{
"name": "workspace",
"value": 123.94,
"unit": "MB"
},
{
"name": "regression_4709",
"value": 424.11,
"unit": "MB"
},
{
"name": "ram_blowup_regression",
"value": 1480,
"unit": "MB"
},
{
"name": "rollup-root",
"value": 601.66,
"unit": "MB"
},
{
"name": "rollup-merge",
"value": 484.59,
"unit": "MB"
},
{
"name": "rollup-block-root-single-tx",
"value": 6230,
"unit": "MB"
},
{
"name": "rollup-block-root-empty",
"value": 488.27,
"unit": "MB"
},
{
"name": "rollup-block-root",
"value": 6230,
"unit": "MB"
},
{
"name": "rollup-block-merge",
"value": 601.65,
"unit": "MB"
},
{
"name": "rollup-base-public",
"value": 2120,
"unit": "MB"
},
{
"name": "rollup-base-private",
"value": 1120,
"unit": "MB"
},
{
"name": "private-kernel-tail",
"value": 198.81,
"unit": "MB"
},
{
"name": "private-kernel-reset",
"value": 540.15,
"unit": "MB"
},
{
"name": "private-kernel-inner",
"value": 268.39,
"unit": "MB"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -5017,6 +4918,110 @@ window.BENCHMARK_DATA = {
"unit": "MB"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Aztec Bot",
"username": "AztecBot"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "a2a0478eaa1cd372b870e9b1f152877f0dcf9fd1",
"message": "feat: Sync from aztec-packages (#7241)\n\nCo-authored-by: TomAFrench <[email protected]>\nCo-authored-by: Tom French <[email protected]>",
"timestamp": "2025-01-31T12:34:46Z",
"tree_id": "354a360aae0415c9a20fa35bfca0dd993e8a1387",
"url": "https://github.com/noir-lang/noir/commit/a2a0478eaa1cd372b870e9b1f152877f0dcf9fd1"
},
"date": 1738328240795,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "keccak256",
"value": 77.81,
"unit": "MB"
},
{
"name": "workspace",
"value": 124.34,
"unit": "MB"
},
{
"name": "regression_4709",
"value": 425.09,
"unit": "MB"
},
{
"name": "ram_blowup_regression",
"value": 1440,
"unit": "MB"
},
{
"name": "global_var_regression_entry_points",
"value": 433.94,
"unit": "MB"
},
{
"name": "rollup-root",
"value": 662.6,
"unit": "MB"
},
{
"name": "rollup-merge",
"value": 545.46,
"unit": "MB"
},
{
"name": "rollup-block-root-single-tx",
"value": 5310,
"unit": "MB"
},
{
"name": "rollup-block-root-empty",
"value": 547.06,
"unit": "MB"
},
{
"name": "rollup-block-root",
"value": 5320,
"unit": "MB"
},
{
"name": "rollup-block-merge",
"value": 662.59,
"unit": "MB"
},
{
"name": "rollup-base-public",
"value": 2180,
"unit": "MB"
},
{
"name": "rollup-base-private",
"value": 1170,
"unit": "MB"
},
{
"name": "private-kernel-tail",
"value": 199.52,
"unit": "MB"
},
{
"name": "private-kernel-reset",
"value": 587.72,
"unit": "MB"
},
{
"name": "private-kernel-inner",
"value": 272.04,
"unit": "MB"
}
]
}
],
"Compilation Time": [
Expand Down

0 comments on commit a90098c

Please sign in to comment.