Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for e6171d6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 24, 2023
1 parent 8c83c8b commit f993fe0
Showing 1 changed file with 91 additions and 1 deletion.
92 changes: 91 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1698100259496,
"lastUpdate": 1698186855945,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -117925,6 +117925,96 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Pedro Fontana",
"username": "pefontana"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e6171d66a64146acc16d5512766ae91ae044f297",
"message": "Serialize and deserialize program (#1458)\n\n* make `ProgramJson` serializable\n\n* refactor: impl `From` `Program` for `ProgramJson`\n\n* Restore lockfile\n\n* rfc: implement From to convert HintsCollection to BTreeMap\n\n* add dummy test\n\n* Fix ProgramJson::from(Program)\n\n* Add integration test\n\n* User &Program\n\n* Implement ProgramDeserializer\n\n* add integration test\n\n* Add error handling\n\n* Restore Cargo.lock\n\n* update CHANGELOG.md\n\n* rename variables\n\n* Add doc\n\n* Add doc\n\n* typo\n\n* Update CHANGELOG.md\n\nCo-authored-by: Mario Rugiero <[email protected]>\n\n* Remove unnecesary code\n\n* update CHANGELOG.md\n\n* Remove ProgramJson Serialize\n\n---------\n\nCo-authored-by: Kariy <[email protected]>\nCo-authored-by: Mario Rugiero <[email protected]>\nCo-authored-by: Mario Rugiero <[email protected]>",
"timestamp": "2023-10-24T21:56:21Z",
"tree_id": "08c773668ee0688820b2a6ba6f74dc615dc09298",
"url": "https://github.com/lambdaclass/cairo-vm/commit/e6171d66a64146acc16d5512766ae91ae044f297"
},
"date": 1698186847625,
"tool": "cargo",
"benches": [
{
"name": "add_u64_with_felt/1",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/2",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/3",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/4",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/5",
"value": 1,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/6",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/7",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/8",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "build runner",
"value": 1809,
"range": "± 108",
"unit": "ns/iter"
},
{
"name": "initialize",
"value": 67298,
"range": "± 7252",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 24239055,
"range": "± 1123329",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit f993fe0

Please sign in to comment.