Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for d388218
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 21, 2024
1 parent 5f0a494 commit 9e6683c
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": 1728057697436,
"lastUpdate": 1729543742269,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125071,6 +125071,42 @@ 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": "d388218aa826acd871c72cec044010195f617514",
"message": "Update rust version (#1857)\n\n* update rust version\n\n* update rust version in CI\n\n* update Changelog\n\n---------\n\nCo-authored-by: pefontana <[email protected]>",
"timestamp": "2024-10-21T20:21:29Z",
"tree_id": "7faa0efd8a6dd415b942a3462a310f473c1e47d4",
"url": "https://github.com/lambdaclass/cairo-vm/commit/d388218aa826acd871c72cec044010195f617514"
},
"date": 1729543735804,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14217,
"range": "± 325",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8081142,
"range": "± 85787",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 9e6683c

Please sign in to comment.