Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 59840b3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 26, 2024
1 parent f4d1802 commit 136e421
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": 1714084448290,
"lastUpdate": 1714174496727,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -122911,6 +122911,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": "59840b36be82fb7d486939e01799251b3865b97a",
"message": "bugfix: Don't assume outer deref when fetching integer values from references (#1732)\n\n* Add test\n\n* Refactor how references are computes\n\n* Fix some tests\n\n* Fix tests\n\n* Add test\n\n* Clippy\n\n* Fix tests\n\n* Update old test\n\n* Add changelog entry\n\n* Remove misleading comment\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-04-26T22:36:59Z",
"tree_id": "45b81400ca138403731d9eae945e892e1f17b5a2",
"url": "https://github.com/lambdaclass/cairo-vm/commit/59840b36be82fb7d486939e01799251b3865b97a"
},
"date": 1714174490648,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 20417,
"range": "± 512",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11449783,
"range": "± 595625",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 136e421

Please sign in to comment.