Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 0e6a235
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 21, 2024
1 parent 79785a9 commit a8ff33f
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": 1708467927444,
"lastUpdate": 1708536300437,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121075,6 +121075,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": "0e6a235dc40d30639578037191627742fefe3b7f",
"message": "Implement `Display` for `MemorySegmentManager` (#1606)\n\n* Impl Display for MemorySegmentManager\n\n* Remove old code + Add changelog entry\n\n* Fix\n\n* fmt\n\n* Update test\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-02-21T16:55:40Z",
"tree_id": "41edc4e910b14da7f476bea2db28c99646a4484b",
"url": "https://github.com/lambdaclass/cairo-vm/commit/0e6a235dc40d30639578037191627742fefe3b7f"
},
"date": 1708536295299,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 20875,
"range": "± 54",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 14564741,
"range": "± 429024",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a8ff33f

Please sign in to comment.