Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 136296a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 6, 2024
1 parent f8ccd8e commit 44f14f9
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": 1709677971947,
"lastUpdate": 1709735315823,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121363,6 +121363,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": "136296ab41ac228ba38f8e7475e59a90f56f20a0",
"message": "Fix output serialization for cairo 1 (#1645)\n\n* Revert \"Add cairo1-run pretty printing (#1630)\"\n\nThis reverts commit 061ba872d94a0e49027132f2215b4d4ad4ee95d6.\n\n* First iteration progress\n\n* Copy tests from reverted PR\n\n* Fix expected test value\n\n* Format fixes + add continue\n\n* Fmt + better commentary\n\n* Update test file\n\n* Update commentary\n\n* Add test for reported bug\n\n* Update Changelog\n\n* Fix\n\n* Dereference references upon output serialization + Add test\n\n* Add comment to serialize_output function\n\n* Expand CHANGELOG description with new behaviour\n\n* fmt\n\n* Use doc commnt",
"timestamp": "2024-03-06T13:59:53Z",
"tree_id": "55cf9ba1131aac844fa9a9ba5af7fd2603e5d10c",
"url": "https://github.com/lambdaclass/cairo-vm/commit/136296ab41ac228ba38f8e7475e59a90f56f20a0"
},
"date": 1709735310099,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 24310,
"range": "± 82",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11472236,
"range": "± 76796",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 44f14f9

Please sign in to comment.