Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for e4bbc1a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 22, 2024
1 parent b4ca3a9 commit 2dce831
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": 1705620864311,
"lastUpdate": 1705940005076,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -120211,6 +120211,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": "e4bbc1a4c22e41e9c7d87f3d626222597d77f0bb",
"message": "Add link to layouts documentation (#1582)",
"timestamp": "2024-01-22T15:44:42Z",
"tree_id": "f36ac3b76b8d87077755ec37f529597d810a3c4d",
"url": "https://github.com/lambdaclass/cairo-vm/commit/e4bbc1a4c22e41e9c7d87f3d626222597d77f0bb"
},
"date": 1705939999783,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 23312,
"range": "± 37",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 14637537,
"range": "± 638421",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 2dce831

Please sign in to comment.