Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 6ae7b32
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 7, 2024
1 parent b3129af commit 6ab065d
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": 1709845193103,
"lastUpdate": 1709850351242,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121507,6 +121507,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": "6ae7b32b0cb8cf758e52fbf795d6689b81a7ca0e",
"message": "Make air public inputs deserializable (#1648)\n\n* Derive deserialize for AirPublicInput\n\n* Add test\n\n* Add more test cases\n\n* Add Changelog entry\n\n* Clippy\n\n* Fix import\n\n* Fix import\n\n* fmt",
"timestamp": "2024-03-07T21:56:01Z",
"tree_id": "6f99275daffb59baf7d0582daadf80a8e0cc0c17",
"url": "https://github.com/lambdaclass/cairo-vm/commit/6ae7b32b0cb8cf758e52fbf795d6689b81a7ca0e"
},
"date": 1709850345480,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 24239,
"range": "± 101",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11322121,
"range": "± 61037",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 6ab065d

Please sign in to comment.