Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 6c276fc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jun 28, 2024
1 parent d03faf7 commit 9587c2a
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": 1718825626517,
"lastUpdate": 1719608142543,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -124063,6 +124063,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Franco Giachetta",
"username": "FrancoGiachetta"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "6c276fcee4d7024fefd8c1dab19e9ab2ace0e068",
"message": "Update cairo-lang version to 2.6.4 (#1799)\n\n* update cairo-lang to 2.6.4\n\n* update CHANGELOG.md\n\n* update serialization of air_public_input\n\n* CHANGELOG.md\n\n* update CHANGELOG.md",
"timestamp": "2024-06-28T20:37:04Z",
"tree_id": "9d8c138a18b68d5f75cbd8bc9bcaa2a4d3262053",
"url": "https://github.com/lambdaclass/cairo-vm/commit/6c276fcee4d7024fefd8c1dab19e9ab2ace0e068"
},
"date": 1719608136863,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14255,
"range": "± 89",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 13390821,
"range": "± 81290",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 9587c2a

Please sign in to comment.