Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 2382700
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 19, 2024
1 parent 1604876 commit 285cbd0
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": 1708361332924,
"lastUpdate": 1708361692616,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -120967,6 +120967,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": false,
"id": "2382700e50f9c518e9d64e483adb600e5ab9d038",
"message": "Update hint_processor docs (#1611)\n\n* Update hint_processor docs\n\n* Remove unecessary comma\n\n* Update README.md",
"timestamp": "2024-02-19T16:27:12Z",
"tree_id": "7ff47ceb7d2f6d53e3238788b2022029568dff34",
"url": "https://github.com/lambdaclass/cairo-vm/commit/2382700e50f9c518e9d64e483adb600e5ab9d038"
},
"date": 1708361687539,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 20856,
"range": "± 131",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11675268,
"range": "± 352107",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 285cbd0

Please sign in to comment.