Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for a30e5c8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 23, 2024
1 parent 5bbefde commit 5641116
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": 1716412555545,
"lastUpdate": 1716483867676,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -123739,6 +123739,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Olivier Desenfans",
"username": "odesenfans"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "a30e5c8e5c9e2c6502da595cc96582a118ff62c0",
"message": "fix: make MemorySegmentManager.finalize() public (#1771)\n\n* fix: make MemorySegmentsManager.finalize() public\n\nThis method is used in some of the bootloader hints.\n\n* changelog",
"timestamp": "2024-05-23T16:45:49Z",
"tree_id": "bffdda6d50c6cbbc342a1b06e9950f580129dc4e",
"url": "https://github.com/lambdaclass/cairo-vm/commit/a30e5c8e5c9e2c6502da595cc96582a118ff62c0"
},
"date": 1716483862009,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13943,
"range": "± 92",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11726074,
"range": "± 339936",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 5641116

Please sign in to comment.