Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 7566aa5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 7, 2024
1 parent 44f14f9 commit b497467
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": 1709735315823,
"lastUpdate": 1709824237408,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121399,6 +121399,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "fmoletta",
"username": "fmoletta"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "7566aa57c15ed913d54f6516db90c18669a62853",
"message": "Sort builtin segment info upon serialization for Cairo PIE (#1654)\n\n* Custom serialization\n\n* Add changelog entry\n\n* Clippy",
"timestamp": "2024-03-07T14:42:06Z",
"tree_id": "7ba7b2f8855059f3dff13e08374116e02f454ae0",
"url": "https://github.com/lambdaclass/cairo-vm/commit/7566aa57c15ed913d54f6516db90c18669a62853"
},
"date": 1709824232126,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 20307,
"range": "± 60",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11492744,
"range": "± 76017",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit b497467

Please sign in to comment.