Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 061ba87
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 28, 2024
1 parent 6a2c051 commit 716cdf7
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1708988075897,
"lastUpdate": 1709135222909,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121255,6 +121255,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Juan Bono",
"username": "juanbono"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "061ba872d94a0e49027132f2215b4d4ad4ee95d6",
"message": "Add cairo1-run pretty printing (#1630)\n\n* wip\n\n* refactor serialize_inner\n\n* error handling\n\n* fix array display\n\n* fmt\n\n* edit changelog\n\n* clippy\n\n* add tests\n\n* handle unwraps\n\n* fix clippy",
"timestamp": "2024-02-28T15:17:55Z",
"tree_id": "d4d285e653ee81a818783a4d3db4fad75c2abb67",
"url": "https://github.com/lambdaclass/cairo-vm/commit/061ba872d94a0e49027132f2215b4d4ad4ee95d6"
},
"date": 1709135217842,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 22388,
"range": "± 66",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11858790,
"range": "± 198539",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 716cdf7

Please sign in to comment.